1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00
Commit graph

21 commits

Author SHA1 Message Date
James Edward Gray II
d24758aaf5 Adding a missing comma which restores a reader method and silences a warning. 2009-04-06 18:48:03 -05:00
Cyril Rohr
3fb5c51d1e Can now pass a CA_FILE for SSL peer verification. Fixed README part related to SSL Client Certificates. 2009-03-30 14:03:40 +02:00
Adam Wiggins
075c6746f2 whitespace fixes 2009-03-20 19:19:21 -07:00
Adam Jacob
c6a2265f93 Fixing the response_log method to report the size on raw requests 2009-03-16 16:59:12 -07:00
Adam Jacob
e4430c10f3 Processing the request body one time 2009-03-16 16:11:06 -07:00
Adam Jacob
ffa0847710 Merge branch 'ssl_client_cert' into opscode
Conflicts:

	lib/restclient/request.rb
2009-03-16 15:30:04 -07:00
Adam Jacob
212ae67bfe Added raw_request support, which downloads the body to a tempfile rather than a string 2009-03-16 15:28:20 -07:00
Adam Jacob
c72955b142 Added SSL client certificate support 2009-03-16 14:26:15 -07:00
Adam Jacob
7be2beab34 Adding a switch to control ssl verification 2009-03-16 14:09:34 -07:00
Juan Alvarez
44cff0393b Do not attempt to decompress response bodies for Net::HTTP::Head objects. 2009-02-17 15:21:16 -08:00
Cyril Rohr
785ca179da NotModified Exception should contain the response so that clients can have access to the response HTTP headers 2009-02-10 14:00:46 -08:00
Adam Wiggins
109ad553dc RestClient.head 2009-02-10 13:55:54 -08:00
Adam Wiggins
4bd48d5005 Merge commit 'jeg2/master' 2009-02-07 14:51:53 -08:00
Adam Wiggins
56c8afa3f3 merge cookies and open_timeout attrs 2009-02-07 14:22:20 -08:00
James Edward Gray II
040544e952 Resolving an issue where a Content-Encoding header mixed with an empty body would raise an exception as Zlib choked on the data. 2009-02-06 11:34:03 -06:00
James Edward Gray II
35e6713282 Addressing an issue that causes some successful responses to raise RequestFailed. 2009-02-06 11:13:25 -06:00
Lennon Day-Reynolds
32c6451518 added basic cookies support to Request and Response classes 2009-02-05 16:00:11 -08:00
Dusty Doris
e53c3e12b1 timeout wasn't being set, had to move it before the net.start block 2009-01-31 14:43:45 -05:00
Dusty Doris
2e8060c2be Added an option for open_timeout. This could be useful if you are not receive a response. An example would be a firewall that simply drops the packet 2009-01-31 14:25:05 -05:00
Adam Wiggins
74cd64d7a7 rdocs for the reorganized classes 2009-01-24 17:12:38 -08:00
Adam Wiggins
edeafb34dc restclient instead of rest_client; reorganize lib dir 2009-01-24 14:49:01 -08:00