Commit Graph

2364 Commits

Author SHA1 Message Date
Alp Mestanogullari
d838191ec8 reorganize everything into a sane(r) module structure 2014-10-25 01:27:39 +02:00
Alp Mestanogullari
50f5c36727 revamp a lot of the HasClient code to thread a Req object around instead of just the path. allows for a cleaner way to handle path, query string and request body modification. add support for GET params too 2014-10-24 19:39:03 +02:00
Alp Mestanogullari
35c9078fcb get rid of some more proxies, client-side capture support, client and server side request body support 2014-10-24 13:37:37 +02:00
Alp Mestanogullari
8c8bc15ea9 get rid of a lot of useless proxies and implement POST requests support on server and client side 2014-10-24 13:36:19 +02:00
Alp Mestanogullari
8c260f5127 make error messages for the GET client more general 2014-10-23 14:36:40 +02:00
Alp Mestanogullari
c1a5a3a09f add request body support, works very much like captures 2014-10-23 14:16:00 +02:00
Alp Mestanogullari
3a32bd4162 rename the 'Captured' class to 'FromText' 2014-10-22 12:56:46 +02:00
Alp Mestanogullari
1a105448f0 simplify the example a bit 2014-10-21 17:09:06 +02:00
Alp Mestanogullari
dfc2676c25 fixed the bug i mentionned in a note, so removed that part of the note 2014-10-21 16:37:51 +02:00
Alp Mestanogullari
85f883f4de make sure the path matches exactly in GET, and check that the client actually made a GET request 2014-10-21 16:31:22 +02:00
Alp Mestanogullari
45a625c72c add a comment about the Server instance for Capture 2014-10-21 16:18:18 +02:00
Alp Mestanogullari
a650b97378 extend the note about a potentially buggy behavior 2014-10-21 15:46:20 +02:00
Alp Mestanogullari
3050d6dcbf add a note about a potential buggy behavior 2014-10-21 15:38:26 +02:00
Alp Mestanogullari
c35a510f12 beginning of a new implementation, using Soenke's typed rest 2014-10-21 15:25:34 +02:00