Uses of Enum Class
tech.mgl.utils.http.MGL_HttpRequest.REQUEST_METHOD
Packages that use MGL_HttpRequest.REQUEST_METHOD
-
Uses of MGL_HttpRequest.REQUEST_METHOD in tech.mgl.utils.http
Methods in tech.mgl.utils.http that return MGL_HttpRequest.REQUEST_METHODModifier and TypeMethodDescriptionMGL_HttpRequest.Builder.getMethod()MGL_HttpRequest.getMethod()Returns the enum constant of this class with the specified name.static MGL_HttpRequest.REQUEST_METHOD[]MGL_HttpRequest.REQUEST_METHOD.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tech.mgl.utils.http with parameters of type MGL_HttpRequest.REQUEST_METHODModifier and TypeMethodDescriptionstatic StringMGL_HttpUtils.request(String url, MGL_HttpRequest.REQUEST_METHOD rMethod, Map<String, Object> params, Map<String, String> header, InputStream cert, String certPwd, MGLRequestCallBack back) 通过证书请求MGL_HttpRequest.Builder.setMethod(MGL_HttpRequest.REQUEST_METHOD method) MGL_HttpRequest.setMethod(MGL_HttpRequest.REQUEST_METHOD method)