HttpContext

wvlet.airframe.http.HttpContext
See theHttpContext companion trait
object HttpContext

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Mock HttpContext for testing

Mock HttpContext for testing

Attributes

def newContext[Req, Resp, F[_]](baseBackend: HttpBackend[Req, Resp, F], body: Req => F[Resp]): HttpContext[Req, Resp, F]