Functions§
- build_
query_ string - Build a URL query string using standard percent-encoding (
%20for spaces). - build_
query_ string_ ordered - Like
build_query_stringbut emits keys in the provided order. - parse_
http_ url - Parse and validate an HTTP/HTTPS URL (scheme + host check only).
- parse_
http_ url_ with_ policy - Parse an HTTP URL and enforce the URL access policy.