Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct {
StatusCode int `json:"status_code" label:"HTTP状态码"`
ContentType string `json:"content_type" label:"Content-Type"`
Charset string `json:"charset" label:"Charset"`
Headers []Header `json:"header" label:"Header参数"` //key:value
Body string `json:"body" label:"Body" description:"body模版, 支持 #{label} 语法"`
}
Click to show internal directories.
Click to hide internal directories.