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

Append header to the request.