This website requires JavaScript.
Explore
Help
Sign In
jchenry
/
x
Watch
1
Star
0
Fork
0
You've already forked x
Code
Issues
Pull Requests
Actions
Releases
Wiki
Activity
32337f4bc8
x
/
net
/
http
History
Colin Henry
32337f4bc8
fixed non-standard return code
2022-09-14 15:41:15 -07:00
..
auth.go
fixed non-standard return code
2022-09-14 15:41:15 -07:00
multihandler.go
new ServeMux based on Mat Ryer's Way. removed method support in the mux to allow it to be handled by the handlers themselves. Keeps the standard library net/http handler contract and provides better support for the handlers provided by x's net/http.
2022-07-08 19:32:45 -07:00
mux_test.go
changed parameter identifier to brackets over a colon, is more compatable with OpenAPI
2022-08-20 13:43:39 -07:00
mux.go
changed parameter identifier to brackets over a colon, is more compatable with OpenAPI
2022-08-20 13:43:39 -07:00
params_test.go
new functions to extract certain types of parameters
2022-09-14 15:39:41 -07:00
params.go
new functions to extract certain types of parameters
2022-09-14 15:39:41 -07:00
status_handler.go
new ServeMux based on Mat Ryer's Way. removed method support in the mux to allow it to be handled by the handlers themselves. Keeps the standard library net/http handler contract and provides better support for the handlers provided by x's net/http.
2022-07-08 19:32:45 -07:00