]> git.tdb.fi Git - libs/net.git/commit
Add 405 (method not allowed) status
authorMikko Rasa <tdb@tdb.fi>
Thu, 22 Jan 2015 14:16:14 +0000 (16:16 +0200)
committerMikko Rasa <tdb@tdb.fi>
Thu, 22 Jan 2015 14:16:14 +0000 (16:16 +0200)
commitd6450850c3f57b62819135f8975320427a618c78
tree8467ef93dcb28636f449b5e51151d2fce555facc
parent30f362b6a1257aa0a01a926de8b774fe90d4be39
Add 405 (method not allowed) status

Since the HttpServer class allows either GET or POST and returns 501 (not
implemented) for others, programs using it may wish to further limit
processing to GET requests only.
source/http/status.cpp
source/http/status.h