HeaderNames

object HeaderNames

Incomplete collection of header names, all lower case for easy compatibility with HTTP/2.

class Object
trait Matchable
class Any

Value members

Concrete methods

def validH2HeaderKey(str: String): Boolean

Check of the header key is a valid HTTP/2 header key. Pseudo headers are considered invalid and should be screened before hand.

Check of the header key is a valid HTTP/2 header key. Pseudo headers are considered invalid and should be screened before hand.

Concrete fields

val Connection: String
val ContentLength: String
val ContentType: String
val Date: String
val TE: String
val TransferEncoding: String