Show More
@@ -156,6 +156,7 b' Restart server with support for API serv' | |||||
156 | > user-agent: test |
|
156 | > user-agent: test | |
157 | > EOF |
|
157 | > EOF | |
158 | using raw connection to peer |
|
158 | using raw connection to peer | |
|
159 | s> setsockopt(6, 1, 1) -> None (py3 !) | |||
159 | s> GET /api HTTP/1.1\r\n |
|
160 | s> GET /api HTTP/1.1\r\n | |
160 | s> Accept-Encoding: identity\r\n |
|
161 | s> Accept-Encoding: identity\r\n | |
161 | s> user-agent: test\r\n |
|
162 | s> user-agent: test\r\n | |
@@ -177,6 +178,7 b' Restart server with support for API serv' | |||||
177 | > user-agent: test |
|
178 | > user-agent: test | |
178 | > EOF |
|
179 | > EOF | |
179 | using raw connection to peer |
|
180 | using raw connection to peer | |
|
181 | s> setsockopt(6, 1, 1) -> None (py3 !) | |||
180 | s> GET /api/ HTTP/1.1\r\n |
|
182 | s> GET /api/ HTTP/1.1\r\n | |
181 | s> Accept-Encoding: identity\r\n |
|
183 | s> Accept-Encoding: identity\r\n | |
182 | s> user-agent: test\r\n |
|
184 | s> user-agent: test\r\n | |
@@ -200,6 +202,7 b' Accessing an unknown API yields a 404' | |||||
200 | > user-agent: test |
|
202 | > user-agent: test | |
201 | > EOF |
|
203 | > EOF | |
202 | using raw connection to peer |
|
204 | using raw connection to peer | |
|
205 | s> setsockopt(6, 1, 1) -> None (py3 !) | |||
203 | s> GET /api/unknown HTTP/1.1\r\n |
|
206 | s> GET /api/unknown HTTP/1.1\r\n | |
204 | s> Accept-Encoding: identity\r\n |
|
207 | s> Accept-Encoding: identity\r\n | |
205 | s> user-agent: test\r\n |
|
208 | s> user-agent: test\r\n | |
@@ -222,6 +225,7 b' Accessing a known but not enabled API yi' | |||||
222 | > user-agent: test |
|
225 | > user-agent: test | |
223 | > EOF |
|
226 | > EOF | |
224 | using raw connection to peer |
|
227 | using raw connection to peer | |
|
228 | s> setsockopt(6, 1, 1) -> None (py3 !) | |||
225 | s> GET /api/exp-http-v2-0003 HTTP/1.1\r\n |
|
229 | s> GET /api/exp-http-v2-0003 HTTP/1.1\r\n | |
226 | s> Accept-Encoding: identity\r\n |
|
230 | s> Accept-Encoding: identity\r\n | |
227 | s> user-agent: test\r\n |
|
231 | s> user-agent: test\r\n | |
@@ -255,6 +259,7 b' Restart server with support for HTTP v2 ' | |||||
255 | > user-agent: test |
|
259 | > user-agent: test | |
256 | > EOF |
|
260 | > EOF | |
257 | using raw connection to peer |
|
261 | using raw connection to peer | |
|
262 | s> setsockopt(6, 1, 1) -> None (py3 !) | |||
258 | s> GET /api HTTP/1.1\r\n |
|
263 | s> GET /api HTTP/1.1\r\n | |
259 | s> Accept-Encoding: identity\r\n |
|
264 | s> Accept-Encoding: identity\r\n | |
260 | s> user-agent: test\r\n |
|
265 | s> user-agent: test\r\n | |
@@ -276,6 +281,7 b' Restart server with support for HTTP v2 ' | |||||
276 | > user-agent: test |
|
281 | > user-agent: test | |
277 | > EOF |
|
282 | > EOF | |
278 | using raw connection to peer |
|
283 | using raw connection to peer | |
|
284 | s> setsockopt(6, 1, 1) -> None (py3 !) | |||
279 | s> GET /api/ HTTP/1.1\r\n |
|
285 | s> GET /api/ HTTP/1.1\r\n | |
280 | s> Accept-Encoding: identity\r\n |
|
286 | s> Accept-Encoding: identity\r\n | |
281 | s> user-agent: test\r\n |
|
287 | s> user-agent: test\r\n |
General Comments 0
You need to be logged in to leave comments.
Login now