package
0.0.0-20231101101145-d1cd99d2670f
Repository: https://github.com/phpdragon/go-eureka-client.git
Documentation: pkg.go.dev

# Functions

AddRequestInterceptors 添加请求拦截器.
Delete httpclent `DELETE` 请求.
Get httpclent `GET` 请求.
Post
Post httpclent `POST` 请求.
Put httpclent `PUT` 请求.
Request 用于自定义请求方式,比如`HEAD`、`PATCH`、`OPTIONS`、`TRACE` client参数用于替换DefaultClient,如果为nil则会使用默认的.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

FileForm form参数和文件参数.
HttpClient 封装了http的参数等信息.
Result http响应结果.

# Type aliases

RequestInterceptor 请求拦截器 返回不为nil,即有错误会终止后续执行.