RequestImpl

class RequestImpl extends Request
trait Request
class Object
trait Matchable
class Any

Value members

Concrete methods

def headers: Seq[(String, String)]
def outputStream: OutputStream
def path: String
def query: String
def send(statusCode: StatusCode, content: Array[Byte], headers: Seq[(String, String)]): Unit
def sendBatch(data: Array[Byte], off: Int, len: Int): Unit
@inline
def sendBatch(data: Array[Byte]): Unit
def sendByte(byte: Int): Unit
@inline
def sendDone(): Unit
@inline
def startSend(statusCode: StatusCode, headers: Seq[(String, String)]): Unit
def target: String

Inherited methods

def content: String
Inherited from:
Request
def send(statusCode: StatusCode, content: String, headers: Seq[(String, String)]): Unit
Inherited from:
Request

Concrete fields

lazy val contentRaw: Array[Byte]