1
0
Fork 0
mirror of https://github.com/edgurgel/httparrot synced 2025-04-05 08:12:31 -04:00
Commit graph

144 commits

Author SHA1 Message Date
Eduardo Gurgel
dc4da54965 Bump version 0.4.2
[ci skip]
2016-09-18 19:34:32 +12:00
Po Chen
d604cd8863 Fix warnings (#21) 2016-09-15 12:13:50 +12:00
Eduardo Gurgel
9fd674667a Add /doc to .gitignore 2016-09-09 09:19:05 +12:00
Eduardo Gurgel
249d36307d Add ex_doc to dev environment 2016-09-09 09:18:55 +12:00
Eduardo Gurgel
6a1c9f590b Bump version 0.4.1
[ci skip]
2016-09-09 09:13:46 +12:00
Po Chen
3b1da703f0 fix group_by_keys (#20)
When there are more than 2 values that have the same key,
group_by_keys misbehave and produce something like
`%{list: [["a", "b"], "c"]}`
2016-09-09 09:10:22 +12:00
Eduardo Gurgel
e53c1a217e Update README.md
[ci skip]
2016-06-27 08:48:42 +12:00
Eduardo Gurgel
01ee474896 Remove warnings from StreamBytesHandler 2016-06-25 13:41:46 +12:00
Eduardo Gurgel
a2f822cfbe Bump version to 0.4.0
Also bump Elixir requirement to ~> 1.2
2016-06-25 13:34:49 +12:00
Eduardo Gurgel
2a71bafaa8 Add more version to .travis.yml 2016-06-25 13:34:44 +12:00
Eduardo Gurgel
f15dfcc16f Merge pull request #17 from bratsche/fix-group-by-warning-2
Fix group_by_keys/1 for Elixir 1.3
2016-06-24 20:22:13 -04:00
Cody Russell
9152dff745 Bump Elixir to 1.3.0 2016-06-22 09:48:42 -05:00
Cody Russell
c545b44d2c Bump Travis Erlang to 18+ 2016-06-22 09:43:29 -05:00
Eduardo Gurgel
a0a9a76a78 Merge pull request #16 from bratsche/master
Fix req being used in an unsafe way.
2016-06-22 09:09:41 -04:00
Cody Russell
6bc207baf2 Fix group_by_keys/1 for Elixir 1.3
Enum.group_by/3 is deprecated now, and it seems to be breaking some
tests. This fixes the failing doctest and the other failing test.
2016-06-21 23:49:25 -05:00
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