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_SIZEis reached. - write_
to_ ๐stream - Internal write function that writes a JSON-RPC object to the active stream.