summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_port_rpc.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-09-15Introducing application timeout.Max Romanov1-0/+8
2017-08-02Port RPC interface introduced.Max Romanov1-0/+24
Usage: 1. Register handlers in incoming port with nxt_port_rpc_register_handler(). 2. Use return value as a stream identifier for next nxt_port_socket_write().