forked from mengyxu/noob-components
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
522 B
25 lines
522 B
|
3 months ago
|
# Plugs HTTP Guidelines
|
||
|
|
|
||
|
|
> HTTP client configuration and request/response handling.
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Overview
|
||
|
|
|
||
|
|
This directory documents the HTTP clients in `plugs/http/`.
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Guidelines Index
|
||
|
|
|
||
|
|
| Guide | Description | Status |
|
||
|
|
|-------|-------------|--------|
|
||
|
|
| [axios](./axios.md) | Base axios wrapper | Filled |
|
||
|
|
| [axios2](./axios2.md) | Second variant | Filled |
|
||
|
|
| [axios3](./axios3.md) | Third variant with AxiosOptions | Filled |
|
||
|
|
| [misc](./misc.md) | HTTP utilities (PageResponse) | Filled |
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
**Language**: English
|