Activity
CORS: reject requests with 401 for non-preflight request with not mat…
CORS: reject requests with 401 for non-preflight request with not mat…
Pull request merge
Add Conditions to Ensure Bind Succeeds with `Transfer-Encoding: chunk…
Add Conditions to Ensure Bind Succeeds with `Transfer-Encoding: chunk…
Pull request merge
remove jwt middleware
remove jwt middleware
Pull request merge
Shorten Github issue template and add test example
Shorten Github issue template and add test example
Pull request merge
CORS middleware should compile allowOrigin regexp at creation.
CORS middleware should compile allowOrigin regexp at creation.
Pull request merge
Remove broken header
Remove broken header
Pull request merge
clean up field assignments with default values to make test configura…
clean up field assignments with default values to make test configura…
Pull request merge
Add TemplateRenderer struct to ease creating renderers for `html/temp…
Add TemplateRenderer struct to ease creating renderers for `html/temp…
Pull request merge
Refactor work done by martinpasaribu <martin.yonathan305@gmail.com> (…
Refactor work done by martinpasaribu <martin.yonathan305@gmail.com> (…
Pull request merge
improve MultipartForm test
improve MultipartForm test
Pull request merge
Remove pre Go1.20 support
Remove pre Go1.20 support
Pull request merge
bind: Maintain backwards compatibility for map[string]interface{} bin…
bind: Maintain backwards compatibility for map[string]interface{} bin…
Pull request merge
When route is registered with empty path it is normalized to /
. Mak…
When route is registered with empty path it is normalized to
/
. Mak…Pull request merge
default binder can bind pointer to slice as struct field. For example…
default binder can bind pointer to slice as struct field. For example…
Pull request merge
Default binder can use UnmarshalParams(params []string) error
inter…
Default binder can use
UnmarshalParams(params []string) error
inter…Pull request merge
Change type definition blocks to single declarations. This helps copy…
Change type definition blocks to single declarations. This helps copy…
Pull request merge