cost_http_request

Function cost_http_request 

Source
pub fn cost_http_request(request_size: u64, max_res_bytes: u64) -> u128
Expand description

Gets the cycle cost of the Management canister method http_request.

§Note

http_request and http_request_with_closure invoke this function inside and attach the required cycles to the call.