Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cizixs/gohttp
/ types & classes
Types & classes
8 in github.com/cizixs/gohttp
⨍
Functions
67
◇
Types & classes
8
Struct
Client
Client is the main struct that wraps net/http. It stores all necessary data for the request to be sent, include request method, url, body.
gohttp.go:86
Struct
GoResponse
GoResponse wraps the official `http.Response`, and provides more features. The main function is to parse resp body for users. In the future, it can gi
gohttp.go:51
Struct
Login
gohttp_test.go:353
Struct
User
gohttp_test.go:383
Struct
basicAuth
gohttp.go:35
Struct
fileForm
fileForm wraps one file part of multiple files upload
gohttp.go:41
Struct
formBodyData
gohttp.go:633
Struct
jsonBodyData
gohttp.go:593