Skip to content

Request Object

Paul Mansour edited this page May 26, 2020 · 3 revisions

Properties

Compress, Headers, Method, RequestTarget, Version

Methods

NewRequest

About

The Request object is a client-side object that represents an HTTP request to be sent to a server.

A new request is created using the static NewRequest method. Various properties are then specified, and the request is sent to the server using the Send method of the client object.

Clone this wiki locally