Net
/
com.drake.net.request
/
UrlRequest
Url
Request
open class
UrlRequest
:
BaseRequest
Content copied to clipboard
Functions
Functions
param
Link copied to clipboard
open override fun
param
(name:
String
, value:
Boolean
?)
Content copied to clipboard
基础类型表单参数如果当前请求为Url请求则为Query参数 如果当前请求为表单请求则为表单参数 如果当前为Multipart包含流/文件的请求则为multipart参数
open override fun
param
(name:
String
, value:
Number
?)
Content copied to clipboard
基础类型表单参数如果当前请求为Url请求则为Query参数 如果当前请求为表单请求则为表单参数 如果当前为Multipart包含流/文件的请求则为multipart参数
open override fun
param
(name:
String
, value:
String
?)
Content copied to clipboard
基础类型表单参数如果当前请求为Url请求则为Query参数 如果当前请求为表单请求则为表单参数 如果当前为Multipart包含流/文件的请求则为multipart参数
open override fun
param
(name:
String
, value:
String
?, encoded:
Boolean
)
Content copied to clipboard
基础类型表单参数如果当前请求为Url请求则为Query参数 如果当前请求为表单请求则为表单参数 如果当前为Multipart包含流/文件的请求则为multipart参数