http/context/context library

Declares the Jaguar Context class

Classes

Context
Per-request context object that encapsulates all the data corresponding to a HTTP request and provides a way to write response. It provides various convenience methods and getters to access HTTP request data:

Typedefs

Converter<T, F> = T Function(F d)