HttpConstants

cc.otavia.http.HttpConstants
object HttpConstants

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

val COLON: Byte

Colon ':'

Colon ':'

Attributes

val COMMA: Int

Comma ','

Comma ','

Attributes

val CONTENT_LENGTH_PLACEHOLDER: Array[Byte]
val CR: Int

Carriage return

Carriage return

Attributes

val DEFAULT_CHARSET: Charset

Default character set (UTF-8)

Default character set (UTF-8)

Attributes

val DOUBLE_QUOTE: Char

Double quote '"'

Double quote '"'

Attributes

val EQ: Byte
val EQUALS: Int

Equals '='

Equals '='

Attributes

val HEADERS_END: Array[Byte]
val HEADER_LINE_END: Array[Byte]
val HEADER_SPLITTER: Array[Byte]
val HT: Int

Horizontal tab

Horizontal tab

Attributes

val HTTPS_SCHEMA: Array[Byte]

https schema

https schema

Attributes

val HTTP_SCHEMA: Array[Byte]

http schema

http schema

Attributes

val LF: Int

Line feed character

Line feed character

Attributes

val NODE_END: Array[Byte]
val NODE_SPLITTER: Array[Byte]
val PARAMS_END: Array[Byte]
val PARAM_SPLITTER: Byte
val PARAM_START: Byte
val PATH_END: Array[Byte]
val PATH_SPLITTER: Byte
val SEMICOLON: Int

Semicolon ';'

Semicolon ';'

Attributes

val SP: Byte

Horizontal space

Horizontal space

Attributes

val SP_CHAR: Char

Horizontal space

Horizontal space

Attributes

val STATUS_200_OK: Array[Byte]