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 1 year ago

derpflanz commented 1 year ago

Implement OPTIONS method.

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