edgurgel
|
312b6723f3
|
mix format and replace certs
|
2024-06-25 21:23:13 +12:00 |
|
Nathan Youngman
|
71675f8d3d
|
resolve compiler warnings
|
2024-06-25 21:21:16 +12:00 |
|
Alex S
|
8f179399de
|
bumping ConCache version
|
2019-06-29 14:57:04 +03:00 |
|
Alex S
|
9821d9ce61
|
updating to cowboy 2.5.0
|
2019-06-28 09:34:36 +03:00 |
|
Vasiliy Ermolovich
|
41367be61f
|
Fix deprecation warnings for String.strip and Integer.to_char_list.
|
2017-11-15 11:07:19 +03:00 |
|
Eduardo Gurgel
|
944b685306
|
Define HTTParrot.init/1
|
2017-03-16 08:28:23 +13:00 |
|
steffel fenix
|
27aacc2580
|
fix elixir 1.4 warnings, update deps
|
2017-03-14 10:13:08 +08:00 |
|
Joe Winter
|
66996f4e9a
|
Add /deflate support for deflate-encoded data
|
2016-12-05 14:37:19 -05:00 |
|
Ricardo Hermida Ruiz
|
b2e8461af5
|
Do not support unix sockets on windows
|
2016-10-26 20:04:19 -02:00 |
|
Ricardo Hermida Ruiz
|
cebf7ad9fa
|
Adds support for starting HTTParrot over a unix socket
|
2016-10-26 14:14:58 -02:00 |
|
Steffel
|
bbbeb1c0bd
|
Add store and retrieve endpoints (#22)
|
2016-10-08 20:18:49 +13: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 |
|
Luper Rouch
|
5bf6df34e4
|
Add /response-headers endpoint
|
2015-04-27 20:08:39 +02:00 |
|
Eduardo Gurgel
|
d0f977d285
|
Update JSEX to exjsx
|
2015-02-09 21:13:20 +13:00 |
|
jordan0day
|
4eb0871cef
|
add a stream-bytes/:n endpoint & tests
|
2015-01-19 13:48:47 -06:00 |
|
Eduardo Gurgel
|
dac364cd7d
|
Add /gzip endpoint
It closes #6
|
2014-11-27 22:05:32 +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
|
fdfdb997ad
|
Remove deprecation warnings on conversions
|
2014-06-24 21:37:50 +12:00 |
|
Eduardo Gurgel
|
97071dbb27
|
Update to Elixir 0.14.0
|
2014-06-11 20:40:04 +12:00 |
|
Eduardo Gurgel
|
44c7c9b69b
|
Add /cache
|
2014-05-02 21:48:21 +12:00 |
|
Eduardo Gurgel
|
6978ab9a59
|
Update to Elixir 0.13.1
|
2014-04-28 22:58:45 +12:00 |
|
Eduardo Gurgel
|
34dda194f9
|
Add integer constraint on code (status/:code)
|
2014-04-18 14:12:09 +12:00 |
|
Eduardo Gurgel
|
d4b66503db
|
Add '/image'
|
2014-02-05 14:03:15 -03:00 |
|
Eduardo Gurgel
|
2008fab385
|
Add '/cookies/set/:name/:value' reusing the same handler
|
2014-01-31 22:06:41 -03:00 |
|
Eduardo Gurgel
|
42a093cc32
|
Add '/relative-redirect/:n'
|
2014-01-30 11:27:44 -03:00 |
|
Eduardo Gurgel
|
665eab44e5
|
Add '/websocket' route
|
2014-01-28 10:10:44 -03:00 |
|
Eduardo Gurgel
|
38e4fecb72
|
Add /robots.txt route
|
2014-01-26 12:09:49 -03:00 |
|
Eduardo Gurgel
|
4f37f29482
|
Copy httpbin.org index.html
[ci skip]
|
2014-01-26 11:48:05 -03:00 |
|
Eduardo Gurgel
|
1dde648320
|
Check if ssl is enabled before starting
[ci skip]
|
2014-01-24 16:39:39 -03:00 |
|
Eduardo Gurgel
|
ea35bc4c5a
|
Add '/base64/:value'
|
2014-01-22 16:00:59 -03:00 |
|
Eduardo Gurgel
|
49d747c75d
|
Fix priv dir retrieval
[ci skip]
|
2014-01-18 18:52:37 -03:00 |
|
Eduardo Gurgel
|
fa1cccdbf1
|
Add '/deny'
|
2014-01-17 09:27:06 -03:00 |
|
Eduardo Gurgel
|
419b5223c9
|
Serve https too when application is started
|
2014-01-16 16:39:11 -03:00 |
|
Eduardo Gurgel
|
bd1567d573
|
Add '/redirect/:n'
|
2014-01-07 21:01:10 -03:00 |
|
Eduardo Gurgel
|
5653bc939c
|
Add '/delay/:n'
|
2014-01-05 20:32:14 -03:00 |
|
Eduardo Gurgel
|
c25bd1c886
|
Add '/stream/:n'
|
2014-01-05 16:36:01 -03:00 |
|
Eduardo Gurgel
|
3dba102498
|
Add '/hidden-basic-auth/:user/:passwd'
|
2014-01-05 12:29:20 -03:00 |
|
Eduardo Gurgel
|
869a8bd752
|
Add '/delete'
|
2014-01-04 23:31:55 -03:00 |
|
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
|
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
|
2e08a8b6fd
|
Add '/basic-auth/:user/:passwd'
|
2013-12-31 05:44:14 -03:00 |
|
Eduardo Gurgel
|
2f19e015b6
|
Add '/post'
TODO:
- [] File/upload data
- [] Invalid JSON
|
2013-12-30 17:23:14 -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
|
c3eb62d2c6
|
Initial commit
|
2013-12-27 18:47:21 -03:00 |
|