We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3bf823 + f99329a commit 4f5f693Copy full SHA for 4f5f693
api/swimos_api/src/http/method.rs
@@ -65,6 +65,7 @@ fn methods() -> &'static HashMap<http::Method, Method> {
65
m.insert(http::Method::GET, Method::GET);
66
m.insert(http::Method::HEAD, Method::HEAD);
67
m.insert(http::Method::POST, Method::POST);
68
+ m.insert(http::Method::PUT, Method::PUT);
69
m.insert(http::Method::DELETE, Method::DELETE);
70
m.insert(http::Method::CONNECT, Method::CONNECT);
71
m.insert(http::Method::OPTIONS, Method::OPTIONS);
0 commit comments