feat(ffi): add hyper_request_on_informational
This defines an extension type used in requests for the client that is used to setup a callback for receipt of informational (1xx) responses. The type isn't currently public, and is only usable in the C API.
This commit is contained in:
		| @@ -81,6 +81,7 @@ struct UserDataPointer(*mut std::ffi::c_void); | ||||
| // We don't actually know anything about this pointer, it's up to the user | ||||
| // to do the right thing. | ||||
| unsafe impl Send for UserDataPointer {} | ||||
| unsafe impl Sync for UserDataPointer {} | ||||
|  | ||||
| /// cbindgen:ignore | ||||
| static VERSION_CSTR: &str = concat!(env!("CARGO_PKG_VERSION"), "\0"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user