13 HTTP (original) (raw)
13 HTTP🔗ℹ
This module provides utilities for working with HTTP-related data structures.
Returns the absolute request path for req, scrubbed of path params.
Finds the first binding in bindings whose name isname and returns its value or default.
Removes all the path params from u, while leaving its path intact. This is used by the default continuation mismatch handler to strip the current URL of its continuation id.
"https://127.0.0.1/foo/bar/baz"
Joins the scrubbed path params in u and returns the resulting string.
Examples:
Added in version 0.21 of package koyo-lib.
Returns #t when the scrubbed path of u matchesp.
Examples:
Added in version 0.21 of package koyo-lib.