url-append-path ( path1 path2 -- path )
Furnace framework » URL objects » URL implementation utilities

Prev:secure-protocol? ( protocol -- ? )


Vocabulary
urls

Inputs
path1a string
path2a string


Outputs
patha string


Word description
Like append-path, but intended for use with URL paths and not filesystem paths.

Definition