shockrah
f39bf5ab31
removing empty bodies from failure logs
2021-01-23 00:53:20 -08:00
shockrah
dfd4c18402
Improved the loggin output from response/request tyeps
2021-01-22 22:52:17 -08:00
shockrah
1a7b7f0478
tests working but not yet check for correctness
2021-01-20 22:53:04 -08:00
shockrah
84ac9883d1
* sending body data as prepared json to
...
- removing pointless asserts
- removed unused param in Request.make
2021-01-20 22:47:12 -08:00
shockrah
e39179da78
Response now has a .json method to pull the body out as a dictionary
2021-01-20 21:26:50 -08:00
shockrah
5446d70d84
! First new colorng mechanism is added for better human readability
...
+ Turning _make_requests into a lower level driver which now creates Response types with its own self.url now
+ Request.make is now smarter and uses its own state to dispatch the proper request
Emits a respective Response object as well
2021-01-20 20:11:53 -08:00
shockrah
fc74a3dbc7
Moving http logic to its own module under a new 'web' module
...
More interfaces for the testing client will be built to better analyze responses in next patches
2021-01-20 16:56:54 -08:00