Skip to content

Version 4.5.4 (2023-11-30)

Choose a tag to compare

@striezel striezel released this 30 Nov 00:38
· 295 commits to master since this release

[improvement]
Whenever the server responds to an unallowed method with HTTP status code 405, it will now also send an Allow HTTP header to indicate the allowed methods. This behaviour is required by RFC 9110, so it should be implemented.

Furthermore, any HTTP request to the server root using the OPTIONS method will now return the allowed options via an Allow HTTP header.