Liking cljdoc? Tell your friends :D

finagle-clojure.http.message

Functions for working with [[com.twitter.finagle.http.Message]] and its concrete subclasses, [[com.twitter.finagle.http.Request]] and [[com.twitter.finagle.http.Response]].

Request objects are passed to services bound to a Finagle HTTP server, and Response objects must be passed back (wrapped in a Future) in turn. Most requests are constructed by Finagle, but the functions here to may be helpful to create MockRequests for service testing purposes.

Functions for working with [[com.twitter.finagle.http.Message]] and its concrete subclasses,
[[com.twitter.finagle.http.Request]] and [[com.twitter.finagle.http.Response]].

`Request` objects are passed to services bound to a Finagle HTTP server, and `Response` objects must be passed back
(wrapped in a `Future`) in turn. Most requests are constructed by Finagle, but the functions here to may be helpful
to create `MockRequest`s for service testing purposes.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close