Skip to content

Commit

Permalink
chore: add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Feb 12, 2024
1 parent 1af22fe commit 48b0ded
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "undios",
"description": "Axios-style HTTP client service for Cordis",
"description": "Fetch-based axios-style HTTP client",
"version": "0.1.0",
"type": "module",
"main": "lib/index.js",
Expand Down
12 changes: 10 additions & 2 deletions packages/core/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# @cordisjs/plugin-http
# Undios

Axios-style HTTP client service for Cordis.
Fetch-based axios-style HTTP client.

> "und" comes from undici, an HTTP/1.1 client officially supported by Node.js team.
> "ios" comes from axios, a popular HTTP client for browser and Node.js.
## Features

- Browser and Node.js support
- Proxy agents (HTTP / HTTPS / SOCKS)
4 changes: 3 additions & 1 deletion packages/proxy-agent/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# @cordisjs/plugin-http-socks
# undios-proxy-agent

Supports HTTP, HTTPS, and SOCKS proxy agents for [undios](https://github.com/cordiverse/undios).

0 comments on commit 48b0ded

Please sign in to comment.