HeaderReader

Wrapper that reads HTTP headers from a HTTP message.

class Object
trait Matchable
class Any

Value members

Abstract methods

def read(header: String): Option[String]

Reads a single HTTP header value.

Reads a single HTTP header value.

def readAll(): Map[String, String]

Returns a map with all HTTP headers present in the wrapped HTTP message.

Returns a map with all HTTP headers present in the wrapped HTTP message.