//
pkg.gl
Category
github.com/teamwork/utils
httputilx
package
1.0.0
Repository:
https://github.com/teamwork/utils.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
12
Dependents
0
Files
118 SLOC
#
Packages
header
Package header provides functions for parsing and setting HTTP headers.
#
Functions
DumpBody
DumpBody reads the body of a HTTP request without consuming it, so it can be read again later.
Fetch
Fetch the contents of an HTTP URL.
Save
Save an HTTP URL to the directory dir with the filename.
#
Structs
ErrNotOK
ErrNotOK is used when the status code is not 200 OK.