Class: URLRequest

(package) rune.net.URLRequest(optionsopt)

The URLRequest class captures all of the information in a single HTTP request.

Constructor

(package) new URLRequest(optionsopt)

Creates a URLRequest object.
Parameters:
Name Type Attributes Description
options Object <optional>
URLRequest options.
Source:

Members

(readonly) url :string

Path (URL) of the requested data.
Type:
  • string
Source: