Share via


HttpGet interface

Model representing a http get request.

Properties

fileName

Name of the file that the request should be saved to.

headers

List of headers to send with the request.

url

URL to make HTTP GET request against.

Property Details

fileName

Name of the file that the request should be saved to.

fileName?: string

Property Value

string

headers

List of headers to send with the request.

headers?: string[]

Property Value

string[]

url

URL to make HTTP GET request against.

url: string

Property Value

string