Inside Stoic\Web\Api\Stoic::handle() the 'OPTIONS' response sends 'POST, GET, OPTIONS' by default but the default settings provide 'GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH'. Do we need to make these match or is it a reasonable fallback?
Inside
Stoic\Web\Api\Stoic::handle()
the 'OPTIONS' response sends 'POST, GET, OPTIONS' by default but the default settings provide 'GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH'. Do we need to make these match or is it a reasonable fallback?