Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashicorp/go-cleanhttp
/ functions
Functions
6 in github.com/hashicorp/go-cleanhttp
⨍
Functions
6
◇
Types & classes
1
↓ 2 callers
Function
DefaultPooledTransport
DefaultPooledTransport returns a new http.Transport with similar default values to http.DefaultTransport. Do not use this for transient transports as
cleanhttp.go:23
↓ 1 callers
Function
DefaultTransport
DefaultTransport returns a new http.Transport with similar default values to http.DefaultTransport, but with idle connections and keepalives disabled.
cleanhttp.go:12
↓ 1 callers
Function
PrintablePathCheckHandler
PrintablePathCheckHandler is a middleware that ensures the request path contains only printable runes.
handlers.go:16
Function
DefaultClient
DefaultClient returns a new http.Client with similar default values to http.Client, but with a non-shared Transport, idle connections disabled, and ke
cleanhttp.go:44
Function
DefaultPooledClient
DefaultPooledClient returns a new http.Client with similar default values to http.Client, but with a shared Transport. Do not use this function for tr
cleanhttp.go:54
Function
TestPrintablePathCheckHandler
(t *testing.T)
handlers_test.go:10