split-path ( string -- path ) (original) (raw)

split-path ( string -- path )

Vocabulary
http.server

Inputs

string an object

Outputs

path an object

Definition

USING: sequences splitting ;

IN: http.server

: split-path ( string -- path ) "/" split harvest ;