changeset 14032:74cfefea359d

teal: Declare some missing settings to net.http.new()
author Kim Alvefur <zash@zash.se>
date Tue, 06 Jan 2026 20:27:56 +0100
parents 0dd917830523
children 6a25e8658a72
files teal-src/prosody/net/http.d.tl
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/teal-src/prosody/net/http.d.tl	Tue Jan 06 19:14:47 2026 +0100
+++ b/teal-src/prosody/net/http.d.tl	Tue Jan 06 20:27:56 2026 +0100
@@ -17,6 +17,9 @@
 
 	record http_client_options
 		sslctx : sslctx
+		suppress_errors : boolean
+		connection_pooling : boolean
+		use_dane : boolean
 	end
 
 	record http_options