Subject: | Net::Server::HTTP does not accept OPTIONS requests |
Net::Server::HTTP does not accept requests with a OPTIONS method. It
arguably should.
Line 82 of HTTP.pm changed to
if ($req !~ m{
^\s*(GET|POST|PUT|DELETE|PUSH|HEAD|OPTIONS)\s+(.+)\s+HTTP/1\.[01]\s*$ }x) {