Birthday Best
[3.0.2] - 2024-03-24
This should be considered the BASE 3 release.
- network_read signature changed to indicate the bytes fetched instead of status, and errors returned as negative
- network_json_query signature similarly changed
- added network_read_nb for non-blocking reads that only fetch up to the amount available in the buffer.
It is up to the client to loop to fetch the total required rather than the library.