urls vocabulary
Factor handbook ยป Vocabulary index


Documentation
URL objects

Metadata
Tags:web, network
Authors:Slava Pestov


Words

Tuple classes
ClassSuperclassSlots
malformed-port tuplestring
url tupleprotocol username password host port path query anchor


Parsing words
WordSyntax
URL"URL" url..."


Generic words
WordStack effect
>url( obj -- url )


Ordinary words
WordStack effect
<url>( -- url )
derive-url( base url -- url' )
ensure-port( url -- url' )
malformed-port( string -- * )
parse-host( string -- host/f port/f )
parse-port( string -- port/f )
query-param( url key -- value )
redacted-url( url -- url' )
relative-url( url -- url' )
relative-url?( url -- ? )
secure-protocol?( protocol -- ? )
set-or-delete( value key query -- )
set-query-param( url value key -- url )
set-query-params( url params -- url )
set-url-addr( url addr -- url )
url-addr( url -- addr )
url-append-path( path1 path2 -- path )


Class predicate words
WordStack effect
malformed-port?( object -- ? )
url?( object -- ? )


Files


Metadata files


Children from resource:basis
VocabularySummary
urls.encodingURL and form encoding/decoding
urls.prettyprint


Children
VocabularySummary
urls.private