Module common

Module common 

Source
Expand description

Common internal functions

Constantsยง

INIT_BUF_SIZE ๐Ÿ”’
MAX_BUF_SIZE ๐Ÿ”’
READ_TIMEOUT ๐Ÿ”’

Functionsยง

http_read_from_stream_request ๐Ÿ”’
Internal read function that reads from the active stream into a buffer. Performs HTTP POST request parsing. Returns the request body length.
http_read_from_stream_response ๐Ÿ”’
Internal read function that reads from the active stream into a buffer. Performs HTTP POST response parsing. Returns the response body length.
http_write_to_stream ๐Ÿ”’
Internal write function that writes a JSON-RPC object to the active stream. Sent as an HTTP response.
read_from_stream ๐Ÿ”’
Internal read function that reads from the active stream into a buffer. Reading stops upon reaching CRLF or LF, or when MAX_BUF_SIZE is reached.
write_to_stream ๐Ÿ”’
Internal write function that writes a JSON-RPC object to the active stream.