Refactor utils/http.go, fixes #11899

Signed-off-by: Antonio Murdaca <me@runcom.ninja>
This commit is contained in:
Antonio Murdaca 2015-03-29 15:51:08 +02:00
parent 7923701584
commit 068260af07
3 changed files with 396 additions and 0 deletions

View file

@ -0,0 +1,2 @@
This package provides helper functions for decorating a request with user agent
versions, auth, meta headers.