io.pedestal.http.request
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
members
realized
(realized this)
Return fully-realized version of underlying data structure.