Add secure field to HTTP_Request to mark whether the underlying connection uses TLS or not

This commit is contained in:
2025-09-18 09:19:38 +02:00
parent a63e68f969
commit b1021deb15
7 changed files with 24 additions and 8 deletions
+1
View File
@@ -162,6 +162,7 @@ typedef struct {
} HTTP_Header;
typedef struct {
bool secure;
HTTP_Method method;
HTTP_URL url;
int minor;