-
Notifications
You must be signed in to change notification settings - Fork 1
Request Object
Paul Mansour edited this page May 26, 2020
·
3 revisions
Compress, Headers, Method, RequestTarget, Version
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.