[][src]Function plamo::plamo_request_new

pub unsafe extern "C" fn plamo_request_new(
    scheme: PlamoScheme,
    version: PlamoHttpVersion,
    method: PlamoHttpMethod,
    path: *const c_char,
    query: *mut PlamoHttpQuery,
    header: *mut PlamoHttpHeader,
    body: *mut PlamoByteArray
) -> *mut PlamoRequest