Interface: RequestConfig

Interface: RequestConfig

Docker Desktop 확장 SDK의 RequestConfig 인터페이스예요. HTTP 요청 설정(method, headers, data 등)을 정의해요.

출처: 문서

본문

Interface: RequestConfig

Since

0.2.0

속성

url

Readonly url: string

method

Readonly method: string

headers

Readonly headers: Record<string, string>

data

Readonly data: any

더 알아보기