object RequestId

Propagate a X-Request-Id header to the response, generate a UUID when the X-Request-Id header is unset. https://devcenter.heroku.com/articles/http-request-id

Source
RequestId.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RequestId
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply[G[_], F[_]](fk: ~>[F, G], headerName: CaseInsensitiveString = requestIdHeader, genReqId: F[UUID])(http: Http[G, F])(implicit G: FlatMap[G], F: Sync[F]): Http[G, F]
  2. def apply[G[_], F[_]](headerName: CaseInsensitiveString)(http: Http[G, F])(implicit G: Sync[G]): Http[G, F]
  3. def apply[G[_], F[_]](http: Http[G, F])(implicit G: Sync[G]): Http[G, F]
  4. val requestIdAttrKey: Key[String]
  5. object httpApp
  6. object httpRoutes