procedure
( bytes-ci=? b1b2)→boolean?
b1:bytes?b2:bytes?
procedure
( url-replace-path procu)→url?
u:url?
procedure
( url-path->string url-path)→string?
procedure
( explode-path* p)→(listof path-piece? )
procedure
( path-without-base basep)→(listof path-piece? )
base:path-string?
procedure
( directory-part p)→path?
procedure
( build-path-unless-absolute basep)→path?
base:path-string?
procedure
( network-error sfmtv...)→void
s:symbol?fmt:string?v:any/c
procedure
( exn->string exn)→string?
procedure
( read/bytes bstr)→printable/c
bstr:bytes?
procedure
( write/bytes v)→bytes?
value