@@ -112,58 +112,58 @@ _МойЖелудь.os:_
112
112
113
113
| Эндпоинт | oscript-httpbin | httpbin.org |
114
114
| --- | --- | --- |
115
- | ` /ip ` | ✔️ | ✔️ |
116
- | ` /uuid ` | ✔️ | ✔️ |
117
- | ` /uuid/:n ` | ✔️ | ❌ |
118
- | ` /user-agent ` | ✔️ | ✔️ |
119
- | ` /headers ` | ✔️ | ✔️ |
120
- | ` /get ` | ✔️ | ✔️ |
121
- | ` /post ` | ✔️ | ✔️ |
122
- | ` /put ` | ✔️ | ✔️ |
123
- | ` /patch ` | ✔️ | ✔️ |
124
- | ` /delete ` | ✔️ | ✔️ |
125
- | ` /anything ` | ✔️ | ✔️ |
126
- | ` /anything/:anything ` | ✔️ | ✔️ |
127
- | ` /base64/:value ` | ✔️ | ✔️ |
128
- | ` /encoding/utf8 ` | ✔️ | ✔️ |
129
- | ` /gzip ` | ❌ | ✔️ |
130
- | ` /deflate ` | ❌ | ✔️ |
131
- | ` /brotli ` | ❌ | ✔️ |
132
- | ` /status/:code ` | ✔️ | ✔️ |
133
- | ` /response-headers?key=val ` | ✔️ | ✔️ |
134
- | ` /redirect/:n ` | ✔️ | ✔️ |
135
- | ` /redirect-to?url=foo ` | ✔️ | ✔️ |
136
- | ` /redirect-to?url=foo&status_code=307 ` | ✔️ | ✔️ |
137
- | ` /relative-redirect/:n ` | ✔️ | ✔️ |
138
- | ` /absolute-redirect/:n ` | ✔️ | ✔️ |
139
- | ` /cookies ` | ✔️ | ✔️ |
140
- | ` /cookies/set?name=value ` | ✔️ | ✔️ |
141
- | ` /cookies/set/:name/:value ` | ✔️ | ✔️ |
142
- | ` /cookies/delete?name ` | ✔️ | ✔️ |
143
- | ` /basic-auth/:user/:passwd ` | ✔️ | ✔️ |
144
- | ` /hidden-basic-auth/:user/:passwd ` | ✔️ | ✔️ |
145
- | ` /digest-auth/:qop/:user/:passwd/:algorithm ` | ❌ | ✔️ |
146
- | ` /digest-auth/:qop/:user/:passwd ` | ❌ | ✔️ |
147
- | ` /bearer ` | ✔️ | ✔️ |
148
- | ` /stream/:n ` | ❌ | ✔️ |
149
- | ` /delay/:n ` | ✔️ | ✔️ |
150
- | ` /drip?numbytes=n&duration=s&delay=s&code=code ` | ❌ | ✔️ |
151
- | ` /range/:n?duration=s&chunk_size=code ` | ❌ | ✔️ |
152
- | ` /html ` | ✔️ | ✔️ |
153
- | ` /robots.txt ` | ✔️ | ✔️ |
154
- | ` /deny ` | ✔️ | ✔️ |
155
- | ` /cache ` | ✔️ | ✔️ |
156
- | ` /cache/:n ` | ✔️ | ✔️ |
157
- | ` /etag/:etag ` | ✔️ | ✔️ |
158
- | ` /bytes/:n ` | ✔️ | ✔️ |
159
- | ` /stream-bytes/:n ` | ❌ | ✔️ |
160
- | ` /links/:n ` | ✔️ | ✔️ |
161
- | ` /links/:n/:offset" ` | ✔️ | ✔️ |
162
- | ` /image ` | ✔️ | ✔️ |
163
- | ` /image/png ` | ✔️ | ✔️ |
164
- | ` /image/jpeg ` | ✔️ | ✔️ |
165
- | ` /image/webp ` | ✔️ | ✔️ |
166
- | ` /image/svg ` | ✔️ | ✔️ |
167
- | ` /forms/post ` | ✔️ | ✔️ |
168
- | ` /xml ` | ✔️ | ✔️ |
169
- | ` /json ` | ✔️ | ✔️ |
115
+ | ` /ip ` | ✅ | ✅ |
116
+ | ` /uuid ` | ✅ | ✅ |
117
+ | ` /uuid/:n ` | ✅ | ❌ |
118
+ | ` /user-agent ` | ✅ | ✅ |
119
+ | ` /headers ` | ✅ | ✅ |
120
+ | ` /get ` | ✅ | ✅ |
121
+ | ` /post ` | ✅ | ✅ |
122
+ | ` /put ` | ✅ | ✅ |
123
+ | ` /patch ` | ✅ | ✅ |
124
+ | ` /delete ` | ✅ | ✅ |
125
+ | ` /anything ` | ✅ | ✅ |
126
+ | ` /anything/:anything ` | ✅ | ✅ |
127
+ | ` /base64/:value ` | ✅ | ✅ |
128
+ | ` /encoding/utf8 ` | ✅ | ✅ |
129
+ | ` /gzip ` | ❌ | ✅ |
130
+ | ` /deflate ` | ❌ | ✅ |
131
+ | ` /brotli ` | ❌ | ✅ |
132
+ | ` /status/:code ` | ✅ | ✅ |
133
+ | ` /response-headers?key=val ` | ✅ | ✅ |
134
+ | ` /redirect/:n ` | ✅ | ✅ |
135
+ | ` /redirect-to?url=foo ` | ✅ | ✅ |
136
+ | ` /redirect-to?url=foo&status_code=307 ` | ✅ | ✅ |
137
+ | ` /relative-redirect/:n ` | ✅ | ✅ |
138
+ | ` /absolute-redirect/:n ` | ✅ | ✅ |
139
+ | ` /cookies ` | ✅ | ✅ |
140
+ | ` /cookies/set?name=value ` | ✅ | ✅ |
141
+ | ` /cookies/set/:name/:value ` | ✅ | ✅ |
142
+ | ` /cookies/delete?name ` | ✅ | ✅ |
143
+ | ` /basic-auth/:user/:passwd ` | ✅ | ✅ |
144
+ | ` /hidden-basic-auth/:user/:passwd ` | ✅ | ✅ |
145
+ | ` /digest-auth/:qop/:user/:passwd/:algorithm ` | ❌ | ✅ |
146
+ | ` /digest-auth/:qop/:user/:passwd ` | ❌ | ✅ |
147
+ | ` /bearer ` | ✅ | ✅ |
148
+ | ` /stream/:n ` | ❌ | ✅ |
149
+ | ` /delay/:n ` | ✅ | ✅ |
150
+ | ` /drip?numbytes=n&duration=s&delay=s&code=code ` | ❌ | ✅ |
151
+ | ` /range/:n?duration=s&chunk_size=code ` | ❌ | ✅ |
152
+ | ` /html ` | ✅ | ✅ |
153
+ | ` /robots.txt ` | ✅ | ✅ |
154
+ | ` /deny ` | ✅ | ✅ |
155
+ | ` /cache ` | ✅ | ✅ |
156
+ | ` /cache/:n ` | ✅ | ✅ |
157
+ | ` /etag/:etag ` | ✅ | ✅ |
158
+ | ` /bytes/:n ` | ✅ | ✅ |
159
+ | ` /stream-bytes/:n ` | ❌ | ✅ |
160
+ | ` /links/:n ` | ✅ | ✅ |
161
+ | ` /links/:n/:offset" ` | ✅ | ✅ |
162
+ | ` /image ` | ✅ | ✅ |
163
+ | ` /image/png ` | ✅ | ✅ |
164
+ | ` /image/jpeg ` | ✅ | ✅ |
165
+ | ` /image/webp ` | ✅ | ✅ |
166
+ | ` /image/svg ` | ✅ | ✅ |
167
+ | ` /forms/post ` | ✅ | ✅ |
168
+ | ` /xml ` | ✅ | ✅ |
169
+ | ` /json ` | ✅ | ✅ |
0 commit comments