is this somehow possible? @claudio
let http_response = await ic.http_request({
url = "https://postman-echo.com/get";
method = #get;
max_response_bytes = 10 : ?Nat64; // this doesnt work :(
body = null;
transform = null;
headers = [];
});