You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ffi/client.rs
+13
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,11 @@ use super::task::{hyper_executor, hyper_task, hyper_task_return_type, AsTaskType
21
21
/// - hyper_clientconn_options_set_preserve_header_case: Set whether header case is preserved.
22
22
/// - hyper_clientconn_options_set_preserve_header_order: Set whether header order is preserved.
23
23
/// - hyper_clientconn_options_http1_allow_multiline_headers: Set whether HTTP/1 connections accept obsolete line folding for header values.
24
+
/// - hyper_client_conn_options_http1_allow_whitespaces_before_first_header: Set whether HTTP/1 connections accept leading whitespaces before first header.
24
25
/// - hyper_clientconn_options_free: Free a set of HTTP clientconn options.
0 commit comments