package
0.0.0-20210825020847-ed36058c2153
Repository: https://github.com/marsman1994/gout.git
Documentation: pkg.go.dev

# Functions

DELETE send HTTP DELETE method.
TODO 这一层可以直接删除 GET send HTTP GET method.
HEAD send HTTP HEAD method.
New function is mainly used when passing custom http client.
NoColor Turn off color highlight debug mode.
OPTIONS send HTTP OPTIONS method.
PATCH send HTTP PATCH method.
POST
POST send HTTP POST method.
PUT send HTTP PUT method.
No description provided by the author
ToBodyType Returns the http body type, which mainly affects color highlighting.
No description provided by the author

# Variables

DefaultBenchClient is the default http client used by the benchmark, which has a connection pool.
DefaultClient The default http client, which has a connection pool.
存放全局配置选项.

# Structs

Context struct.
DataFlow is the core data structure, including the encoder and decoder of http data.
DebugOption Debug mode core data structure.
Gout is the data structure at the beginning of everything.
Req controls core data structure of http request.
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
DebugOpt is an interface for operating DebugOption.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

DebugFunc DebugOpt is a function that manipulates core data structures.