rpc ~master (2019-04-11T21:28:52Z)
Dub
Repo
HttpRpcServer.onPostRequest
rpc
core
HttpRpcServer
Handle all HTTP POST request on the RPC route and forward call to the service.
class
HttpRpcServer
(TId, TRequest, TResponse)
protected
void
onPostRequest
(
HTTPServerRequest
req
,
HTTPServerResponse
res
)
Meta
Source
See Implementation
rpc
core
HttpRpcServer
aliases
RequestHandler
RpcRespHandler
constructors
this
functions
buildResponseFromException
createReponseHandler
onPostRequest
process
registerInterface
registerRequestHandler
Handle all HTTP POST request on the RPC route and forward call to the service.