We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e9372 commit 68f79d8Copy full SHA for 68f79d8
src/internet_identity/src/http.rs
@@ -57,6 +57,7 @@ fn http_options_request() -> HttpResponse {
57
headers.append(&mut cors_safe_security_headers());
58
59
HttpResponse {
60
+ // Indicates success without any additional content to be sent in the response content.
61
status_code: 204,
62
headers,
63
body: ByteBuf::from(vec![]),
0 commit comments