mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Starting history for 1.1.1
This commit is contained in:
parent
6df3b5d7b9
commit
dcbf06a422
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
# 1.1.1
|
||||
|
||||
- formatting changed from tabs to spaces
|
||||
- logged requests now include generated headers
|
||||
- accept and content-type headers can now be specified using extentions: RestClient.post "http://example.com/resource", { 'x' => 1 }.to_json, :content_type => :json, :accept => :json
|
||||
|
||||
# 1.1.0
|
||||
|
||||
- new maintainer: Archiloque, the working repo is now at http://github.com/archiloque/rest-client
|
||||
|
|
Loading…
Reference in a new issue