James Hu
08a2f2dc0f
Fix default http option
2017-03-11 22:51:11 -08:00
James Hu
27b3ba8c96
Change http_options to http
2017-03-11 22:50:36 -08:00
James Hu
6206704f6e
Merge pull request #17 from avinashkoulavkar/master
...
Feature: Added attributes of Net::HTTP
2017-03-11 22:45:02 -08:00
Avinash
afc4e2664e
Feature: Added attributes of Net::HTTP
...
To support wide variety of attributes provides by Net::HTTP class.
2017-02-28 19:29:56 +05:30
James Hu
2584b7ae91
Add marcosbeirigo to contributors
2016-10-28 15:52:33 -07:00
James Hu
65a4900909
Regenerate gemspec for version 0.7.1
2016-10-28 15:51:54 -07:00
James Hu
a817d68c66
Bump version to 0.7.1
2016-10-28 15:51:46 -07:00
James Hu
ca857033ca
Merge pull request #14 from marcosbeirigo/master
...
Fix Rails 5.1 warnings
2016-10-28 15:51:04 -07:00
Marcos Beirigo
c2f268026d
Fixing Rails 5.1 warnings
...
Fixing the two warnings listed bellow:
- DEPRECATION WARNING: env is deprecated and will be removed from Rails 5.1
- DEPRECATION WARNING: `render :text` is deprecated because it does not
actually render a `text/plain` response. Switch to `render plain: 'plain
text'` to render as `text/plain`, `render html: '<strong>HTML</strong>'` to
render as `text/html`, or `render body: 'raw'` to match the deprecated
behavior and render with the default Content-Type, which is `text/plain`.
2016-10-27 09:36:51 +08:00
James Hu
f2c5288ce5
Regenerate gemspec for version 0.7.0
2016-10-11 22:15:31 -07:00
James Hu
43e66f63cb
Cut new release
2016-10-11 22:15:22 -07:00
James Hu
ff96ff813a
Merge pull request #12 from axsuul/feature/verify_ssl
...
Add option to verify SSL
2016-10-11 22:13:03 -07:00
James Hu
1b2301a0c1
Add option to verify SSL
2016-10-11 22:11:08 -07:00
James Hu
b7492a52ab
Merge pull request #10 from bapirex/master
...
Ignore SSL cerificate validation since we're hosting on localhost
2016-10-11 22:01:12 -07:00
bapirex
ccbd3d588d
Ignore SSL cerificate validation since we're hosting on localhost anyway...
2016-10-11 14:51:40 -07:00
James Hu
da6f4e427d
Add link to LICENSE
2016-10-05 13:15:40 -07:00
James Hu
19d81cf99c
Update README
2016-10-05 13:14:21 -07:00
James Hu
73596e347c
Regenerate gemspec for version 0.6.1
2016-10-05 13:11:57 -07:00
James Hu
5103bf6ef0
Update version
2016-10-05 13:11:35 -07:00
James Hu
1c366e0a2d
Add version method
2016-10-05 13:10:34 -07:00
James Hu
de5693b1a3
Remove old LICENSE file
2016-10-05 00:12:15 -07:00
James Hu
68dac8f54d
Merge pull request #9 from axsuul/mit-license
...
Add MIT License
2016-10-05 00:11:06 -07:00
James Hu
10ff62c864
Add MIT License
2016-10-05 00:10:31 -07:00
James Hu
0c9aa6a73c
Update contributors
2016-09-30 08:58:28 -07:00
James Hu
4ac674bbac
Regenerate gemspec for version 0.6.0
2016-09-30 08:57:38 -07:00
James Hu
9f099d5423
Bump version to 0.6.0
2016-09-30 08:57:23 -07:00
James Hu
9402d337d7
Merge pull request #7 from bapirex/master
...
Use Addressable instead of URI in client.rb
2016-09-30 08:55:34 -07:00
bapirex
b027a79c42
Require addressable in client.rb and Revert gemspec
2016-09-30 08:53:49 -07:00
bapirex
7fd1c8e9a7
Use Addressable instead of URI in client.rb
2016-09-27 13:02:17 -07:00
James Hu
b0fbf89559
Merge branch 'master' of github.com:axsuul/rails-reverse-proxy
2016-09-13 17:14:38 -07:00
James Hu
9903bdd684
Regenerate gemspec for version 0.5.1
2016-09-13 17:14:27 -07:00
James Hu
ddee73df1b
Bump version to 0.5.1
2016-09-13 17:14:20 -07:00
James Hu
4fc6945f69
Explicitly require Addressable
2016-09-13 17:13:24 -07:00
James Hu
6d0b7aedf8
Update LICENSE.txt
2016-08-28 07:50:12 -07:00
James Hu
ef3cf5fe8b
Update README
2016-08-28 07:49:56 -07:00
James Hu
5f4d2b37e4
Add thanks to contributors
2015-08-27 23:27:42 -07:00
James Hu
99763089c3
Regenerate gemspec for version 0.5.0
2015-08-27 23:25:44 -07:00
James Hu
16e25ea82e
Version bump to 0.5.0
2015-08-27 23:24:44 -07:00
James Hu
b4bc5d957c
Merge pull request #3 from miyukki/feature/remove-cookiejar-gem
...
Replace the parsing cookie logic instead of cookiejar gem
2015-08-27 23:22:28 -07:00
Yusei Yamanaka
f065acbd63
Replace the parsing cookie logic instead of cookiejar gem
2015-08-27 18:51:26 +09:00
James Hu
259ad9bc5a
Regenerate gemspec for version 0.4.2
2015-08-11 09:13:59 -07:00
James Hu
cebf1400ea
Version bump to 0.4.2
2015-08-11 09:13:29 -07:00
James Hu
95c1227abc
Merge pull request #1 from miyukki/feature/ipv6
...
Use Addressable::URI#hostname instead of Addressable::URI#host
2015-08-11 09:10:48 -07:00
Yusei Yamanaka
618e170f28
Use Addressable::URI#hostname instead of Addressable::URI#host
2015-08-12 00:32:08 +09:00
James Hu
a50b90ab7e
Regenerate gemspec for version 0.4.1
2015-06-04 23:08:12 -07:00
James Hu
b56adee413
Version bump to 0.4.1
2015-06-04 23:08:09 -07:00
James Hu
083c921296
Require cookiejar
2015-06-04 23:07:43 -07:00
James Hu
9a1cbf2d90
Regenerate gemspec for version 0.4.0
2015-06-04 23:00:34 -07:00
James Hu
087a6b08ee
Version bump to 0.4.0
2015-06-04 23:00:29 -07:00
James Hu
1a5d11fdff
Add cookiejar dep
2015-06-04 23:00:20 -07:00