Unit http

Uses
Functions and Procedures
Constants
Variables

Description

This unit is used to send http requests to the discord api.

Overview

Classes, Interfaces, Objects and Records

Name Description
Class THttpRequest This class describes a http request. Instances of this class can be reused.
Class THttpClient A simple http client that can make requests to the discord api.

Types

RequestType = (...);

Description

Types

RequestType = (...);

An enum describing all available http request methods.

Values
  • GET
  • POST
  • PUT
  • DELETE

Author


Generated by PasDoc 0.16.0.