Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

IC-530:Canister HTTP requests #7

Merged
merged 9 commits into from
Feb 23, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions spec/ic.did
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ type http_request_error = variant {
timeout;
bad_tls;
yotamhc marked this conversation as resolved.
Show resolved Hide resolved
invalid_url;
transform_error;
dns_error;
unreachable;
AlexandraZapuc marked this conversation as resolved.
Show resolved Hide resolved
conn_timeout;
};

service ic : {
Expand Down