Function sp_io::offchain::http_request_add_header

source ยท
pub fn http_request_add_header(
    request_id: HttpRequestId,
    name: &str,
    value: &str,
) -> Result<(), ()>
Expand description

Append header to the request.