mirror of
https://github.com/docker/docs.git
synced 2026-03-28 06:49:00 +07:00
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com> Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
407 B
407 B
description, keywords, skip_read_time
| description | keywords | skip_read_time |
|---|---|---|
| Docker extension API reference | Docker, extensions, sdk, API, reference | true |
Interface: RequestConfig
Since
0.2.0
Properties
url
• Readonly url: string
method
• Readonly method: string
headers
• Readonly headers: Record<string, string>
data
• Readonly data: any