Skip to content

Commit

Permalink
SYS-320-ACCEPT-OPTIONS Add OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene katsov committed Sep 26, 2018
1 parent db1bf2e commit 0fff311
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/httpserver.h
Expand Up @@ -65,7 +65,8 @@ class HTTPRequest
GET,
POST,
HEAD,
PUT
PUT,
OPTIONS
};

/** Get requested URI.
Expand Down

0 comments on commit 0fff311

Please sign in to comment.