From: Mikko Rasa Date: Thu, 22 Jan 2015 14:16:14 +0000 (+0200) Subject: Add 405 (method not allowed) status X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;ds=sidebyside;h=d6450850c3f57b62819135f8975320427a618c78;hp=d6450850c3f57b62819135f8975320427a618c78;p=libs%2Fnet.git 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. ---