core/peg
/usr/local/lib/janet/spork/http.janet on line 473 , column 1
Grammar to parse a URL into scheme , domain , port , and path.
Supports both http:// and https:// protocols. Returns [scheme host
port path ].