您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
索引
帮助
SEARCH
接口的使用
com.ajaxjs.util.httpremote.HttpConstant
使用
HttpConstant
的程序包
程序包
说明
com.ajaxjs.util.httpremote
Remote request via HTTP protocol.
com.ajaxjs.util.httpremote
中
HttpConstant
的使用
实现
HttpConstant
的
com.ajaxjs.util.httpremote
中的类
修饰符和类型
类
说明
class
BasePost
class
Delete
Send DELETE request
class
Get
Send GET request
class
Head
Send HEAD request HTTP HEAD doesn't have a response body, just cares about the response header.
class
Post
Send POST request
class
Put
Send PUT request
class
Request