prosody/net/http
Kim Alvefur 2acba62388 net.http.server: Set request.ip so mod_http doesn't have to
Because it already sets request.secure, which depends on the connection,
just like the IP, so it makes sense to do both in the same place.

Dealing with proxies can be left to mod_http for now, but maybe it could
move into some util some day?
2021-02-27 21:37:16 +01:00
..
codes.lua net.http.codes: Avoid implicit number -> string coercion 2019-11-01 23:18:29 +01:00
errors.lua net.http.errors: Add error class for DNS resolution failures (thanks SouL) 2020-12-11 10:15:30 +00:00
files.lua Merge 0.11->trunk 2020-04-26 20:49:31 +02:00
parser.lua net.http.parser: Expose 'partial', 'chunked' and 'body_length' on packets 2020-10-21 10:34:16 +01:00
server.lua net.http.server: Set request.ip so mod_http doesn't have to 2021-02-27 21:37:16 +01:00