Module

for-http

HTTP client module for REST API interactions

View Source index.ts, line 2

Interfaces

HttpFlags

Interface extending RepositoryFlags with HTTP-specific options

Namespaces

axios

This module provides classes and utilities for interacting with REST APIs. It exposes repository and service classes for making HTTP requests, along with type definitions and adapters for different HTTP clients. The module includes RestRepository and RestService for API interactions.

Members

# inner constant VERSION

Version identifier for the module

Current version of the for-http module

View Source index.ts, line 14

Type Definitions

Object

# HttpConfig

Configuration type for HTTP connections specifying protocol and host

HTTP configuration type

Properties:
Name Type Description
protocol 'http' | 'https'

The HTTP protocol to use

host string

The host address

protocol "http" | "https"
host string

View Source types.ts, line 5