Node.js URL Complete Reference
The ‘url’ module provides utilities for URL resolution and parsing. The getters and setters implement the properties of URL objects on the class prototype, and the URL class is available on the global object.
The Complete list of URL is listed below:
Class: URLSearchParams
- Node URLSearchParams.append()
- Node URLSearchParams.delete()
- Node URLSearchParams.entries()
- Node URLSearchParams.forEach()
- Node URLSearchParams.get()
- Node urlSearchParams.get() Method
- Node URLSearchParams.getAll()
- Node URLSearchParams.sort()
- Node.js urlSearchParams.toString() Method
- Node urlSearchParams.keys() Method
- Node urlSearchParams.values()
- Node URLSearchParams.set()
- Node URLSearchParams.toString()
- Node URLSearchParams.keys()
- Node URLSearchParams.has() Method
Legacy URL API
Legacy urlObject
- Node urlObject.auth API
- Node urlObject.hash API
- Node urlObject.host API
- Node urlObject.search API
- Node urlObject.protocol API
- Node urlObject.href API
- Node urlObject.query API
- Node urlObject.slashes API
- Node urlObject.port API
- Node urlObject.pathname API
Node.js url.domainToUnicode() Method
Node url.parse(urlString, parseQueryString, slashesDenoteHost) API
Special Schemes of Node URL.protocol API
Please Login to comment...