@@ -27,6 +27,20 @@ DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "DEL
27
27
DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
28
28
DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "PATCH /add/alert HTTP/11" 405 31
29
29
DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
30
+ DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "POST /add/reminder HTTP/11" 400 83
31
+ DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
32
+ DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "POST /user/register HTTP/11" 200 53
33
+ DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
34
+ DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "POST /add/reminder HTTP/11" 200 42
35
+ DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
36
+ DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "GET /add/reminder HTTP/11" 405 31
37
+ DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
38
+ DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "PUT /add/reminder HTTP/11" 405 31
39
+ DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
40
+ DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "DELETE /add/reminder HTTP/11" 405 31
41
+ DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
42
+ DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "PATCH /add/reminder HTTP/11" 405 31
43
+ DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
30
44
DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "POST /user/register HTTP/11" 200 53
31
45
DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
32
46
DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "POST /user/login HTTP/11" 200 185
@@ -72,17 +86,3 @@ DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connecti
72
86
DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "DELETE /user/register HTTP/11" 405 31
73
87
DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
74
88
DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "PATCH /user/register HTTP/11" 405 31
75
- DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
76
- DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "POST /add/reminder HTTP/11" 400 83
77
- DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
78
- DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "POST /user/register HTTP/11" 200 53
79
- DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
80
- DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "POST /add/reminder HTTP/11" 200 42
81
- DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
82
- DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "GET /add/reminder HTTP/11" 405 31
83
- DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
84
- DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "PUT /add/reminder HTTP/11" 405 31
85
- DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
86
- DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "DELETE /add/reminder HTTP/11" 405 31
87
- DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
88
- DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "PATCH /add/reminder HTTP/11" 405 31
0 commit comments