service / com.scurab.android.uitor.tools / HttpTools

HttpTools

open class HttpTools

Types

MimeType

class MimeType

Constructors

<init>

HttpTools()

Functions

getMimeType

Return mime type based on file extension Defined myme types are MimeType

open static fun getMimeType(f: File!): String!

getStringColor

Convert int value into hex #AARRGGBB format

open static fun getStringColor(value: Int): String!

parseQueryString

open static fun parseQueryString(query: String!): HashMap<String!, String!>!