AppXmlResponse

olon.http.AppXmlResponse

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(xml: Node): XmlResponse

Construct XmlResponse with 200 OK response code and "application/xml" mime type

Construct XmlResponse with 200 OK response code and "application/xml" mime type

Attributes

def apply(xml: Node, code: Int): XmlResponse

Construct XmlResponse with given response code and "application/xml" mime type

Construct XmlResponse with given response code and "application/xml" mime type

Attributes

def apply(xml: Node, mime: String): XmlResponse

Construct XmlResponse with 200 OK response code and given mime type

Construct XmlResponse with 200 OK response code and given mime type

Attributes

def apply(xml: Node, code: Int, mime: String): XmlResponse

Construct XmlResponse with given response code and mime type

Construct XmlResponse with given response code and mime type

Attributes

def apply(xml: Node, cookies: List[HTTPCookie]): XmlResponse

Construct XmlResponse with 200 OK response code, "application/xml" mime type and given cookies

Construct XmlResponse with 200 OK response code, "application/xml" mime type and given cookies

Attributes

def apply(xml: Node, code: Int, cookies: List[HTTPCookie]): XmlResponse

Construct XmlResponse with given response code, given cookies and "application/xml" mime type

Construct XmlResponse with given response code, given cookies and "application/xml" mime type

Attributes