ggemini/src/gio
2025-02-24 07:49:41 +02:00
..
file_output_stream add FileOutputStream API 2024-12-09 14:01:19 +02:00
memory_input_stream stop chunk iteration on match len < chunk condition (some servers may close the connection immediately); hold memory_input_stream in the error returned 2025-02-09 00:42:57 +02:00
network_address implement errors handler 2024-11-27 16:46:34 +02:00
file_output_stream.rs fix maximum payload of 16 kB by using write_all method, hold bytes on request error 2025-02-24 07:49:41 +02:00
memory_input_stream.rs update comments 2025-02-09 02:50:34 +02:00
network_address.rs delegate from_uri method to gio::network_address wrapper 2024-11-27 15:55:39 +02:00