Support some form of quotas
add support for using domain name in configuration
This is possible, and simple enough to implement, however IPs are only resolved at config deserialization, not after, so adding new IPs to the domain name would get detected only by restarting the…
add support for caching headers
It is possible, and is even usually the case. In this situation If-None-Match
takes precedence and If-Modified-Since
is ignored (as per 6.Precedence from rfc7232). The rational being that etag…
add support for caching headers