SDK Reference
OverviewPackagesGuides

Packages

  • encryptor25
  • http23

    Functions

    • createHttpClient
    • createHttpError
    • createTimeoutSignal
    • defaultRetryCondition
    • defaultRetryDelay
    • isHttpError
    • mergeSignals
    • serializeBody
    • sleep

    Classes

    • InterceptorManager

    Interfaces

    • HttpAdapter
    • HttpClient
    • HttpClientOptions
    • HttpError
    • HttpResponse
    • ManagedSignal
    • RequestConfig
    • RetryOptions
    • SerializedBody

    Type Aliases

    • FulfilledHandler
    • HttpMethod
    • RejectedHandler
    • ResponseType
  • utils27

Guides

  • All guides
packages/http/HttpMethod

HttpMethod

Type

HTTP 方法

Signature

type HttpMethod = 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH' | 'HEAD'

Source

packages/http/src/core/types.ts:2

On this page

  • Signature
  • Source
SDK Reference

API documentation generated from source with ts-morph, served as a static site.

Packages

  • @guohanmin/encryptor
  • @guohanmin/http
  • @guohanmin/utils