1
0
Fork 0
mirror of https://github.com/edgurgel/httparrot synced 2025-04-06 00:32:34 -04:00
Commit graph

16 commits

Author SHA1 Message Date
Eduardo Gurgel
6ba2efb47d Reuse PostHandler to receive patch and put requests too
PHandler will take care of /put, /post and /patch
2014-01-02 17:56:30 -03:00
Eduardo Gurgel
15ad5d5e65 Reply 'application/json' as content-type on '/post' 2014-01-02 01:29:05 -03:00
Eduardo Gurgel
28d06eac1b Add '/cookies/delete' 2014-01-02 00:32:53 -03:00
Eduardo Gurgel
f5698b9708 Add '/cookies/set' 2014-01-02 00:06:57 -03:00
Eduardo Gurgel
5b4a5e52f9 Add '/cookies' 2014-01-02 00:06:33 -03:00
Eduardo Gurgel
f4c2ee7466 Remove warnings
Unused stuff
2013-12-31 14:07:30 -03:00
Eduardo Gurgel
2e08a8b6fd Add '/basic-auth/:user/:passwd' 2013-12-31 05:44:14 -03:00
Eduardo Gurgel
a049031f67 Rewrite tests to be less integrated
Now mocking JSEX
2013-12-30 23:37:18 -03:00
Eduardo Gurgel
2f19e015b6 Add '/post'
TODO:
- [] File/upload data
- [] Invalid JSON
2013-12-30 17:23:14 -03:00
Eduardo Gurgel
859133ba58 Extract general stuff from /get /post /delete /put response
GeneralRequestInfo will take care of it
2013-12-30 17:22:19 -03:00
Eduardo Gurgel
b07b3769de Add '/html' 2013-12-28 16:27:15 -03:00
Eduardo Gurgel
c3b6c4479f Add '/redirect-to' 2013-12-28 16:03:29 -03:00
Eduardo Gurgel
e3a1d06470 Remove useless cowboy_req#reply from onresponse hook 2013-12-28 10:15:38 -03:00
Eduardo Gurgel
1d5d03d6cc Add travis-ci status image
[ci skip]
2013-12-27 20:37:59 -02:00
Eduardo Gurgel
62250a5ec2 Add tests to 'prettify_json' onresponse hook 2013-12-27 19:29:30 -03:00
Eduardo Gurgel
c3eb62d2c6 Initial commit 2013-12-27 18:47:21 -03:00