x/net/http
Colin Henry 7cf53a2f2d sped up mappedParam by removing joins and splits 2022-09-15 21:28:19 -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.go well, maybe a little 2022-09-14 15:43:05 -07:00
mux_test.go no mo way 2022-09-14 15:41:43 -07:00
params.go sped up mappedParam by removing joins and splits 2022-09-15 21:28:19 -07:00
params_test.go fixed unit tests 2022-09-15 21:21:51 -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