log net/http.lua @ 11049:f103f59ea2b5

age author description
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