Handbook
Glossary
authority-uri ( url -- str )
Vocabulary
http
.
client
.
private
Inputs
url
an
object
Outputs
str
an
object
Definition
USING:
accessors
kernel
math.parser
sequences
;
IN:
http.client.private
:
authority-uri
( url -- str )
[
host>>
]
[
port>>
number>string
]
bi
":"
glue
;