urls: example for secure url-addr
parent
1c74268af7
commit
d3e5312b44
|
@ -156,6 +156,13 @@ HELP: url-addr
|
||||||
"URL\" ftp://ftp.cdrom.com\" url-addr ."
|
"URL\" ftp://ftp.cdrom.com\" url-addr ."
|
||||||
"T{ inet { host \"ftp.cdrom.com\" } { port 21 } }"
|
"T{ inet { host \"ftp.cdrom.com\" } { port 21 } }"
|
||||||
}
|
}
|
||||||
|
{ $example
|
||||||
|
"USING: prettyprint urls ;"
|
||||||
|
"URL\" https://google.com/\" url-addr ."
|
||||||
|
"T{ secure"
|
||||||
|
"{ addrspec T{ inet { host \"google.com\" } { port 443 } } }"
|
||||||
|
"}"
|
||||||
|
}
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
HELP: url-append-path
|
HELP: url-append-path
|
||||||
|
|
Loading…
Reference in New Issue