mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
net.http: Rename enum in Teal spec to avoid name clash
This commit is contained in:
parent
97d83f6c8f
commit
10431cfec6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue