Skip to content

xzf/gweb

Repository files navigation

gweb

golang web solution

use demo: https://github.com/xzf/gwebDemo

notice

  1. http.Method
    someone told me that http.Method isn't importent.
    so this repo only support Get and Post
    other method will return http code 400
  2. request header content-type
    only support
    multipart/form-data get and post
    application/json post
    application/x-www-form-urlencoded post

version

1.9+

About

golang web solution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages