open class HttpTools
MimeType | 
class MimeType | 
<init> | 
HttpTools() | 
getMimeType | 
 Return mime type based on file extension Defined myme types are  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!>! |