http_request_add_header

Function http_request_add_header 

Source
pub fn http_request_add_header(
    request_id: <PassAs<HttpRequestId, u16> as RIType>::Inner,
    name: <PassFatPointerAndRead<&str> as RIType>::Inner,
    value: <PassFatPointerAndRead<&str> as RIType>::Inner,
) -> <AllocateAndReturnByCodec<Result<(), ()>> as RIType>::Inner
Expand description

Append header to the request.