log net/http.lua @ 14229:ce31fdde0ad1 default tip

age author description
Mon, 23 Feb 2026 22:32:54 +0100 Kim Alvefur net.http: Fix attempt to index a nil value (thanks Menel)
Sun, 22 Feb 2026 17:22:42 +0000 Matthew Wild net.http: Allow passing a 'target_filter' function to restrict connection targets
Fri, 16 Aug 2024 17:06:41 +0200 Kim Alvefur Merge 0.12->trunk
Thu, 08 Aug 2024 19:18:22 +0200 Kim Alvefur net.http: Throw error if missing TLS context for HTTPS request 0.12
Sat, 11 Nov 2023 23:48:45 +0100 Kim Alvefur net.http: Set Connection header based on connection pool usage
Sat, 11 Nov 2023 23:08:34 +0100 Kim Alvefur net.http: Add simple connection pooling
Fri, 17 Mar 2023 16:23:12 +0100 Kim Alvefur net: Prefix module imports with prosody namespace
Thu, 09 Feb 2023 22:37:54 +0000 Matthew Wild net.http: Add missing log parameter 0.12
Sat, 05 Feb 2022 01:32:08 +0100 Kim Alvefur net.http: Allow using DANE via options or per request settings
Sun, 29 Aug 2021 15:04:47 +0200 Jonas Schäfer net.http: fail open if surrounding code does not configure TLS
Thu, 08 Jul 2021 18:21:59 +0200 Kim Alvefur net.http: Send entire HTTP request header as one write
Wed, 09 Dec 2020 13:54:21 +0000 Matthew Wild net.http: track time of request for debug/stats purposes
Wed, 21 Oct 2020 10:40:11 +0100 Matthew Wild net.http: Add support for streaming chunked/large responses
Tue, 15 Sep 2020 09:09:06 +0100 Matthew Wild Merge 0.11->trunk