VidSnapKit
5.7.2
android
VidSnapKit
/
com.mugames.json
/
HTTP
HTTP
android
open
class
HTTP
Convert an HTTP header to a JSONObject and back.
Author
JSON.org
Functions
Properties
Functions
to
JSONObject
Link copied to clipboard
android
open
fun
toJSONObject
(
string
:
String
)
:
JSONObject
Convert an HTTP header string into a JSONObject.
to
String
Link copied to clipboard
android
open
fun
toString
(
jo
:
JSONObject
)
:
String
Convert a JSONObject into an HTTP header.
Properties
CRLF
Link copied to clipboard
android
val
CRLF
:
String
=
" "
Carriage return/line feed.