urls vocabulary
Factor handbook » Vocabulary index


Documentation
URL objects

Metadata
Tags:web, network
Authors:Slava Pestov


Words

Error classes
ClassSuperclassSlots
Image malformed-portImage tuplestring


Tuple classes
ClassSuperclassSlots
Image urlImage tupleprotocol username password host port path query anchor


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


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


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


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


Files


Metadata files


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