Function hyper_imp::ffi::hyper_request_set_method
source ยท #[no_mangle]
pub extern "C" fn hyper_request_set_method(
req: *mut hyper_request,
method: *const u8,
method_len: size_t,
) -> hyper_codeExpand description
Set the HTTP Method of the request.