net.http: Rename enum in Teal spec to avoid name clash

This commit is contained in:
Kim Alvefur 2023-03-31 23:18:49 +02:00
parent 97d83f6c8f
commit 10431cfec6

View file

@ -35,11 +35,11 @@ local record lib
record http_request
host : string
port : string
enum scheme
enum Scheme
"http"
"https"
end
scheme : scheme
scheme : Scheme
url : string
userinfo : string
path : string