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>
36 lines
407 B
Markdown
36 lines
407 B
Markdown
---
|
|
description: Docker extension API reference
|
|
keywords: Docker, extensions, sdk, API, reference
|
|
skip_read_time: 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`
|