List of functions and data types in HTTP
HTTPURL parseURL(String url)
Arguments
url: The String representing the URL
Usage
Parse a String solely containing an absolute URL into a HTTPURL. The String must begin with the protocol http:// or https://
Related