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
Tue, 15 Sep 2020 09:08:21 +0100 Matthew Wild net.http: Add feature discovery (currently just contains SNI) 0.11
Mon, 17 Aug 2020 23:01:14 +0200 Kim Alvefur net.server: Backport client parts of SNI support from trunk (#409) 0.11
Tue, 25 Aug 2020 15:59:04 +0100 Matthew Wild net.http: http.request() promise now resolves with response (breaking change)
Tue, 25 Aug 2020 15:57:39 +0100 Matthew Wild net.http: use new net.http.errors lib for creating error object
Sat, 08 Aug 2020 13:14:11 +0100 Matthew Wild Merge 0.11->trunk
Sat, 08 Aug 2020 13:13:50 +0100 Matthew Wild net.http: Add request:cancel() method 0.11
Sat, 08 Aug 2020 13:11:11 +0100 Matthew Wild net.http: Re-expose destroy_request() function 0.11
Tue, 07 Jul 2020 13:52:45 +0100 Matthew Wild Merge 0.11->trunk
Tue, 07 Jul 2020 13:52:25 +0100 Matthew Wild net.http: Fix traceback on invalid URL passed to request() 0.11
Wed, 06 May 2020 18:03:20 +0200 Kim Alvefur net.http: Return a Promise if no callback is given
Fri, 29 Nov 2019 23:25:59 +0100 Kim Alvefur net.http: Set ALPN on requests
Sun, 01 Sep 2019 02:05:33 +0200 Kim Alvefur net.http: Pass server name along for SNI (fixes #1408)
Tue, 30 Jul 2019 02:35:17 +0200 Kim Alvefur net.*: Remove tostring call from logging
Fri, 09 Nov 2018 15:59:32 +0100 Kim Alvefur net.http: Manually merge settings (fixes #1231) 0.11
Fri, 26 Oct 2018 19:32:00 +0100 Matthew Wild Many things: switch from hacky multi-arg xpcall implementations to a standard util.xpcall
Fri, 06 Apr 2018 01:43:44 +0200 Kim Alvefur Merge 0.10->trunk
Fri, 06 Apr 2018 01:42:35 +0200 Kim Alvefur net.http: Import setmetatable into local scope (fixes #1125)
Wed, 04 Apr 2018 18:42:05 +0100 Matthew Wild Merge 0.10 -> trunk