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

179 commits

Author SHA1 Message Date
Cody Russell
5a43027214 Fix req being used in an unsafe way.
This fixes a warning that occurs in Elixir 1.3
2016-06-21 22:59:36 -05:00
Eduardo Gurgel
4ada4b58bc Remove 1.0.0 and 1.0.1 from .travis.yml 2015-04-29 08:52:23 +12:00
Eduardo Gurgel
207f8f7364 Merge pull request #13 from flupke/response-headers
Add /response-headers endpoint
2015-04-29 08:25:45 +12:00
Luper Rouch
b45b1f146d Return JSON representation of query string parameters in the body of /response-headers 2015-04-28 12:41:14 +02:00
Luper Rouch
5bf6df34e4 Add /response-headers endpoint 2015-04-27 20:08:39 +02:00
Eduardo Gurgel
77759d9127 Simplify .travis.yml 2015-03-05 19:16:57 +13:00
Eduardo Gurgel
6798fa9236 Use TravisCI Elixir support 2015-03-04 19:01:05 +13:00
Eduardo Gurgel
6b5a28c9fd Bump version 0.3.5
[ci skip]
2015-02-09 22:11:07 +13:00
Eduardo Gurgel
d0f977d285 Update JSEX to exjsx 2015-02-09 21:13:20 +13:00
Eduardo Gurgel
8d693e8073 Merge pull request #11 from jordan0day/master
add a stream-bytes/:n endpoint & tests
2015-01-21 11:29:01 +13:00
Jordan Day
4d75571fd1 whoopsie 2015-01-20 10:10:29 -06:00
jordan0day
362150a94a forgot to update index.html with link to stream-bytes functionality 2015-01-20 09:27:37 -06:00
jordan0day
4eb0871cef add a stream-bytes/:n endpoint & tests 2015-01-19 13:48:47 -06:00
Eduardo Gurgel
ba41736175 Bump version 0.3.4
[ci skip]
2015-01-14 00:11:36 +13:00
Eduardo Gurgel
613d9db214 Update links definition on hex package description
[ci skip]
2015-01-14 00:11:02 +13:00
Eduardo Gurgel
103b024884 Support Elixir ~> 1.0 2015-01-14 00:06:38 +13:00
Eduardo Gurgel
becd95f680 Merge pull request #10 from jordan0day/transfer-encoding-chunked_requests
add support for chunked request bodies, fix a few test names
2015-01-12 23:12:45 +13:00
Eduardo Gurgel
202fc86c0f Run tests on Travis CI on Elixir >= 1.0.0 2015-01-12 23:10:18 +13:00
Jordan Day
dc7a819abc add support for chunked request bodies, fix a few test names 2015-01-11 22:31:46 -06:00
Eduardo Gurgel
120a81989e Merge pull request #9 from jordan0day/multipart/form-data_support
add support for multipart/form-data POST,PUT,PATCH similar to httpbin's
2015-01-12 11:19:06 +13:00
Jordan Day
dbc1fc42c4 small tweak for normalize_list fn 2015-01-11 16:07:06 -06:00
Jordan Day
d5d41bff49 use list comprehensions where possible, move list normalizer into named fn 2015-01-11 15:36:47 -06:00
jordan0day
16eff596f1 add support for multipart/form-data POST,PUT,PATCH similar to httpbin's 2015-01-10 21:09:10 -06:00
Eduardo Gurgel
dac364cd7d Add /gzip endpoint
It closes #6
2014-11-27 22:05:32 +13:00
Eduardo Gurgel
d111158c15 Update README.md
[ci skip]
2014-11-04 23:43:57 +13:00
Eduardo Gurgel
4b1d52d92d Merge pull request #5 from lexmag/remove-app-sup
No need in `HTTParrot.Supervisor` file
2014-11-03 13:04:13 +13:00
Aleksei Magusev
f49228fed2 No need in supervisor file 2014-11-03 00:47:47 +01:00
Aleksei Magusev
80562b3bbf Use Application.get(fetch)_env/3(2) functions 2014-11-02 12:24:01 +01:00
Eduardo Gurgel
469b5cde2d Update README.md
[ci skip]
2014-09-17 21:20:34 +12:00
Eduardo Gurgel
6dcdf12ae1 Add v1.0.0 to travis matrix 2014-09-11 20:18:26 +12:00
Eduardo Gurgel
53ea5ce0c7 Add v1.0.0-rc2 to travis matrix 2014-09-08 20:40:06 +12:00
Eduardo Gurgel
06d4ecf678 Update README.md
[ci skip]
2014-09-04 21:29:40 +12:00
Eduardo Gurgel
c92ce8e54d Bump version 0.3.3
[ci skip]
2014-09-03 21:41:27 +12:00
Eduardo Gurgel
baebc52ed4 Merge pull request #4 from reset/elixir-1-0
expand elixir constraint to include 1.0.0-rc1
2014-09-03 09:10:04 +12:00
Jamie Winsor
baac2e3547 expand elixir constraint to include 1.0.0-rc1 2014-09-02 11:56:12 -07:00
Eduardo Gurgel
bd1749e562 Use for comprehension instead of Enum.traverse 2014-08-31 11:02:00 +12:00
Eduardo Gurgel
60fc04069a Bump version 0.3.2 2014-08-20 23:36:45 +12:00
Eduardo Gurgel
dab911409d Use meck hex package 2014-08-20 23:36:20 +12:00
Eduardo Gurgel
bcce12b74c Remove unecessary new lines 2014-08-20 23:35:52 +12:00
Eduardo Gurgel
e1d00cd92e Merge pull request #2 from h4cc/patch-1
Added elixir v0.15.1
2014-08-11 20:55:46 +12:00
Julius Beckmann
b3c17e389b Added elixir v0.15.1 2014-08-11 10:27:55 +02:00
Eduardo Gurgel
8765b738cc Run on OTP 17.1 too 2014-08-07 22:55:14 +12:00
Eduardo Gurgel
16c4673ce1 Add hex package definition
And bump version
2014-08-03 16:13:23 +12:00
Eduardo Gurgel
65ff2379db Add MIT License 2014-08-03 16:13:01 +12:00
Eduardo Gurgel
eb7c3a6eb5 Update to cowboy 1.0.0 hex package 2014-08-03 16:03:51 +12:00
Eduardo Gurgel
b963c7c989 Run Elixir 0.15.0 on Travis CI 2014-08-03 15:58:06 +12:00
Eduardo Gurgel
86d06dc523 Extract allowed_methods to simple macro 2014-07-22 20:33:22 +12:00
Eduardo Gurgel
ce6b93f779 Run using Elixir 0.14.3 on Travis CI 2014-07-17 21:30:10 +12:00
Eduardo Gurgel
eba1d0f7a3 Run tests on Elixir 0.14.1 and 0.14.2 2014-07-05 18:32:17 +12:00
Eduardo Gurgel
a48c92cc16 Fix typo on redirect_handler_test
[ci skip]
2014-07-03 08:04:07 +12:00