docs: update example usage in README for clarity and formatting
This commit is contained in:
@@ -21,10 +21,9 @@ HTTP proxy untuk Vercel Edge Runtime.
|
|||||||
### Contoh
|
### Contoh
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Proxy
|
|
||||||
curl -H "x-relay-target: https://jsonplaceholder.typicode.com/posts/1" https://proxy-bun.vercel.app/
|
curl -H "x-relay-target: https://jsonplaceholder.typicode.com/posts/1" https://proxy-bun.vercel.app/
|
||||||
|
```
|
||||||
# Proxy ke endpoint spesifik
|
```bash
|
||||||
curl -H "x-relay-target: https://api.example.com" \
|
curl -H "x-relay-target: https://api.example.com" \
|
||||||
-H "x-relay-path: /v1/users" \
|
-H "x-relay-path: /v1/users" \
|
||||||
https://proxy-bun.vercel.app/
|
https://proxy-bun.vercel.app/
|
||||||
|
|||||||
Reference in New Issue
Block a user