package url
url package object
- Alphabetic
- By Inheritance
- url
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
class
URL extends Object
This module has utilities for URL resolution and parsing.
This module has utilities for URL resolution and parsing. Call require('url') to use it.
- Annotations
- @RawJSType() @native() @JSImport( "url" , "URL" )
- See also
https://nodejs.org/api/url.html
-
class
URLSearchParams extends Object
The URLSearchParams API provides read and write access to the query of a URL.
The URLSearchParams API provides read and write access to the query of a URL. The URLSearchParams class can also be used standalone with one of the four following constructors.
The WHATWG URLSearchParams interface and the querystring module have similar purpose, but the purpose of the querystring module is more general, as it allows the customization of delimiter characters (& and =). On the other hand, this API is designed purely for URL query strings.
- Annotations
- @RawJSType() @native() @JSImport( "url" , "URLSearchParams" )
-
class
UrlFormatOptions extends Object
URL Format Options
URL Format Options
- Annotations
- @ScalaJSDefined() @RawJSType()
-
type
Iterable[A] = |[Array[A], Iterator[A]]
- Annotations
- @deprecated
- Deprecated
(Since version )
-
trait
URLObject extends Object
Parsed URL Object
Parsed URL Object
- Annotations
- @RawJSType() @native() @deprecated
- Deprecated
(Since version Node.js v11.0.0) Use URL instead
Value Members
-
object
URL extends Object with IEventEmitter
This module has utilities for URL resolution and parsing.
This module has utilities for URL resolution and parsing. Call require('url') to use it.
- Annotations
- @native() @JSImport( "url" , JSImport.Namespace )