QuickSander / ArduinoHttpServer

Server side minimalistic HTTP protocol implementation for the Arduino platform.
GNU General Public License v3.0
23 stars 11 forks source link

Feature/add options method #20

Open derpflanz opened 2 years ago

derpflanz commented 2 years ago

Implement OPTIONS method.

When using REST calls using a browser, the OPTIONS call is made as preflight, before any other calls are done.