Skip to main content

SteamAPI_ISteamHTTP_SetHTTPRequestRawPostBody

Function SteamAPI_ISteamHTTP_SetHTTPRequestRawPostBody 

Source
pub unsafe extern "C" fn SteamAPI_ISteamHTTP_SetHTTPRequestRawPostBody(
    self_: *mut ISteamHTTP,
    hRequest: HTTPRequestHandle,
    pchContentType: *const c_char,
    pubBody: *mut uint8,
    unBodyLen: uint32,
) -> bool