io.pedestal.http.request
deprecated in 0.7.0
Proxies around container data; under-utilized and to be removed in a future release.
ContainerRequest
protocol
members
async-started?
(async-started? x)async-supported?
(async-supported? x)body
(body x)header
(header x header-string)headers
(headers x)path-info
(path-info x)protocol
(protocol x)query-string
(query-string x)remote-addr
(remote-addr x)request-method
(request-method x)scheme
(scheme x)server-name
(server-name x)server-port
(server-port x)ssl-client-cert
(ssl-client-cert x)uri
(uri x)ProxyDatastructure
protocol
A lazy proxy around a fully-realized data structure.
This is deprecated in 0.7.0 and will likely be removed in the future.
members
realized
(realized this)Return fully-realized version of underlying data structure.