Maxime Bailly
Results
1
comments of
Maxime Bailly
Took a look at the [RFC 2616](https://www.rfc-editor.org/rfc/rfc2616) which gives the following grammar rule in the [5.1.1 section](https://www.rfc-editor.org/rfc/rfc2616#section-5.1.1) regarding HTTP methods (including user-defined ones): ``` Method = "OPTIONS" | "GET" |...