EVRPC_REQUEST_HTTP

Provides access to the HTTP request object underlying an RPC

Access to the underlying http object; can be used to look at headers or for getting the remote ip address

@param rpc_req the rpc request structure provided to the server callback @return an evhttp_request object that can be inspected for HTTP headers or sender information.

extern (C) nothrow
EVRPC_REQUEST_HTTP
(
T
)

Meta