# Functions
HttpGet get request.
HttpPost post request.
PostFile 上传文件.
PostJson post json request.
PostJsonWithRespContentType post json request return:Content-Type + Body.
PostMultipartForm 上传文件或其他多个字段.
PostXML perform a HTTP/POST request with XML body.
PostXMLWithTLS perform a HTTP/POST request with XML body and TLS.
# Structs
MultipartFormField 保存文件或其他字段信息.