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

Commit

Permalink
http method variants
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang committed Aug 5, 2022
1 parent 3681fbc commit 11cb6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ic.did
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ service ic : {
http_request : (record {
url : text;
max_response_bytes: opt nat64;
http_method : variant { get; head; post };
http_method : variant { GET; HEAD; POST };
headers: vec http_header;
body : opt blob;
transform_method_name : opt text;
Expand Down

0 comments on commit 11cb6fb

Please sign in to comment.