Skip to content

zimbatm/httputil2

Repository files navigation

httputil2 Build Status GoDoc

What should really be in golang's net/http/httputil package.

A collection of net/http utilities and middlewares to build your own stack.

Just pick and choose whatever is useful to you!

Recommended middleware order

From the list of avaiable middlewares, here is the recommended order:

  • RequestIDMiddleware (left-most)
  • LogMiddleware
  • CleanPathMiddleware
  • GzipMiddleware
  • RecoveryMiddleware
  • Application code

License

All files in this projects are licensed under the ISC. See the LICENSE file for more details.

About

What should really be in golang's net/http/httputil package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages