mirror of https://github.com/docker/docs.git
579 B
579 B
title | description | keywords |
---|---|---|
Docker extension API reference | Docker extension API reference | Docker, extensions, sdk, API, reference |
Interface: RequestConfig
Table of contents
Properties
Properties
url
• Readonly
url: string
method
• Readonly
method: string
headers
• Readonly
headers: Record
<string
, string
>
data
• Readonly
data: any