class RequestHelper
User: Pavel Abizyaev, Date: 11.08.14 15:00
.
static val DEFAULT_URL_ENCODING_CODEPAGE: String |
static fun buildQuery(params: MutableMap<String!, String!>!): String! |
|
static fun isStatusCodeIn9xx(statusCode: Int): Boolean |
|
static fun isStatusCodeInSuccessfulClass(statusCode: Int): Boolean
Returns |
|
static fun requestStream(method: String!, httpMethod: HttpMethod!, url: URL!, authentication: String!, eTag: String!, params: MutableMap<String!, String!>!, body: ConnectionWriter!, mimeType: String!, transport: Transport!): StreamResponse! |
|
static fun requestString(method: String!, httpMethod: HttpMethod!, url: URL!, authentication: String!, eTag: String!, params: MutableMap<String!, String!>!, body: Any!, mimeType: String!, transport: Transport!): StringResponse! |
|
static fun requestVoid(method: String!, httpMethod: HttpMethod!, url: URL!, authentication: String!, eTag: String!, params: MutableMap<String!, String!>!, body: Any!, mimeType: String!, transport: Transport!): Unit |