Documentation ¶
Overview ¶
Package request implements standardised ways of issuing outgoing calls to other servces.
Index ¶
Constants ¶
View Source
const (
GetRequestTimeout = time.Second * 10
)
Variables ¶
View Source
var ValidHTTPMethods = map[string]bool{ http.MethodConnect: true, http.MethodDelete: true, http.MethodGet: true, http.MethodHead: true, http.MethodOptions: true, http.MethodPatch: true, http.MethodPost: true, http.MethodPut: true, http.MethodTrace: true, }
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.