Skip to content

Commit

Permalink
docs: Заменена эмоджи галки на другую
Browse files Browse the repository at this point in the history
  • Loading branch information
Stivo182 authored Feb 7, 2025
1 parent 55e91b8 commit dfd6c28
Showing 1 changed file with 55 additions and 55 deletions.
110 changes: 55 additions & 55 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,58 +112,58 @@ _МойЖелудь.os:_

| Эндпоинт | oscript-httpbin | httpbin.org |
| --- | --- | --- |
| `/ip` | ✔️ | ✔️ |
| `/uuid` | ✔️ | ✔️ |
| `/uuid/:n` | ✔️ ||
| `/user-agent` | ✔️ | ✔️ |
| `/headers` | ✔️ | ✔️ |
| `/get` | ✔️ | ✔️ |
| `/post` | ✔️ | ✔️ |
| `/put` | ✔️ | ✔️ |
| `/patch` | ✔️ | ✔️ |
| `/delete` | ✔️ | ✔️ |
| `/anything` | ✔️ | ✔️ |
| `/anything/:anything` | ✔️ | ✔️ |
| `/base64/:value` | ✔️ | ✔️ |
| `/encoding/utf8` | ✔️ | ✔️ |
| `/gzip` || ✔️ |
| `/deflate` || ✔️ |
| `/brotli` || ✔️ |
| `/status/:code` | ✔️ | ✔️ |
| `/response-headers?key=val` | ✔️ | ✔️ |
| `/redirect/:n` | ✔️ | ✔️ |
| `/redirect-to?url=foo` | ✔️ | ✔️ |
| `/redirect-to?url=foo&status_code=307` | ✔️ | ✔️ |
| `/relative-redirect/:n` | ✔️ | ✔️ |
| `/absolute-redirect/:n` | ✔️ | ✔️ |
| `/cookies` | ✔️ | ✔️ |
| `/cookies/set?name=value` | ✔️ | ✔️ |
| `/cookies/set/:name/:value` | ✔️ | ✔️ |
| `/cookies/delete?name` | ✔️ | ✔️ |
| `/basic-auth/:user/:passwd` | ✔️ | ✔️ |
| `/hidden-basic-auth/:user/:passwd` | ✔️ | ✔️ |
| `/digest-auth/:qop/:user/:passwd/:algorithm` || ✔️ |
| `/digest-auth/:qop/:user/:passwd` || ✔️ |
| `/bearer` | ✔️ | ✔️ |
| `/stream/:n` || ✔️ |
| `/delay/:n` | ✔️ | ✔️ |
| `/drip?numbytes=n&duration=s&delay=s&code=code` || ✔️ |
| `/range/:n?duration=s&chunk_size=code` || ✔️ |
| `/html` | ✔️ | ✔️ |
| `/robots.txt` | ✔️ | ✔️ |
| `/deny` | ✔️ | ✔️ |
| `/cache` | ✔️ | ✔️ |
| `/cache/:n` | ✔️ | ✔️ |
| `/etag/:etag` | ✔️ | ✔️ |
| `/bytes/:n` | ✔️ | ✔️ |
| `/stream-bytes/:n` || ✔️ |
| `/links/:n` | ✔️ | ✔️ |
| `/links/:n/:offset"` | ✔️ | ✔️ |
| `/image` | ✔️ | ✔️ |
| `/image/png` | ✔️ | ✔️ |
| `/image/jpeg` | ✔️ | ✔️ |
| `/image/webp` | ✔️ | ✔️ |
| `/image/svg` | ✔️ | ✔️ |
| `/forms/post` | ✔️ | ✔️ |
| `/xml` | ✔️ | ✔️ |
| `/json` | ✔️ | ✔️ |
| `/ip` | | |
| `/uuid` | | |
| `/uuid/:n` | ||
| `/user-agent` | | |
| `/headers` | | |
| `/get` | | |
| `/post` | | |
| `/put` | | |
| `/patch` | | |
| `/delete` | | |
| `/anything` | | |
| `/anything/:anything` | | |
| `/base64/:value` | | |
| `/encoding/utf8` | | |
| `/gzip` || |
| `/deflate` || |
| `/brotli` || |
| `/status/:code` | | |
| `/response-headers?key=val` | | |
| `/redirect/:n` | | |
| `/redirect-to?url=foo` | | |
| `/redirect-to?url=foo&status_code=307` | | |
| `/relative-redirect/:n` | | |
| `/absolute-redirect/:n` | | |
| `/cookies` | | |
| `/cookies/set?name=value` | | |
| `/cookies/set/:name/:value` | | |
| `/cookies/delete?name` | | |
| `/basic-auth/:user/:passwd` | | |
| `/hidden-basic-auth/:user/:passwd` | | |
| `/digest-auth/:qop/:user/:passwd/:algorithm` || |
| `/digest-auth/:qop/:user/:passwd` || |
| `/bearer` | | |
| `/stream/:n` || |
| `/delay/:n` | | |
| `/drip?numbytes=n&duration=s&delay=s&code=code` || |
| `/range/:n?duration=s&chunk_size=code` || |
| `/html` | | |
| `/robots.txt` | | |
| `/deny` | | |
| `/cache` | | |
| `/cache/:n` | | |
| `/etag/:etag` | | |
| `/bytes/:n` | | |
| `/stream-bytes/:n` || |
| `/links/:n` | | |
| `/links/:n/:offset"` | | |
| `/image` | | |
| `/image/png` | | |
| `/image/jpeg` | | |
| `/image/webp` | | |
| `/image/svg` | | |
| `/forms/post` | | |
| `/xml` | | |
| `/json` | | |

0 comments on commit dfd6c28

Please sign in to comment.