Commit Graph

  • 6d87f2743e v0.6.0 Sean McArthur 2017-05-09 15:32:48 -07:00
  • e39cbc3671 update libflate version for bug fixes Sean McArthur 2017-05-09 15:32:29 -07:00
  • f6109840f1 some info! logs for Request and Response Sean McArthur 2017-05-09 15:30:29 -07:00
  • 8771ff4194 update serde_urlencoded Sean McArthur 2017-05-09 15:21:23 -07:00
  • 5947578a28 Change trait to DeserializeOwned Ted Driggs 2017-04-20 11:56:56 -07:00
  • 14dbc79da3 Bump serde and serde_json to 1.0 Ted Driggs 2017-04-20 11:26:31 -07:00
  • be1b1f0ab8 Merge pull request #88 from seanmonstar/error-reform Sean McArthur 2017-05-09 13:36:48 -07:00
  • b802723164 Merge pull request #92 from theduke/basic-auth-requestbuilder Sean McArthur 2017-05-08 16:35:27 -07:00
  • ad31cbc76c Added basic_auth helper on RequestBuilder theduke 2017-05-08 23:49:12 +02:00
  • d514d4e6e8 redirect and error reform Sean McArthur 2017-05-05 09:59:12 -07:00
  • b0ef498f77 v0.5.2 Sean McArthur 2017-05-05 14:26:18 -07:00
  • b5475f6903 tidy up some clippy warnings Sean McArthur 2017-05-05 14:13:54 -07:00
  • 7d457b4f5a Merge pull request #83 from seanmonstar/gzip-empty Sean McArthur 2017-05-05 12:51:23 -07:00
  • 3cc4d654a3 fix panic from Gzip reading an empty stream Sean McArthur 2017-05-05 11:30:01 -07:00
  • 76921efbfb Merge pull request #80 from spk/add-response_json-example Sean McArthur 2017-04-23 11:18:43 -07:00
  • cc850a65cb Add response json example Laurent Arnoud 2017-04-23 18:00:35 +02:00
  • af1f2f3a81 Merge pull request #75 from imp/response_url Sean McArthur 2017-04-08 15:21:04 -07:00
  • 3c933a2947 Add test for response' final URL Cyril Plisko 2017-04-07 17:38:30 +03:00
  • 44c7ccb46d Expose the final response URL Cyril Plisko 2017-04-07 17:15:14 +03:00
  • 4d68979523 move Response pieces into its own response module Sean McArthur 2017-04-05 16:48:32 -07:00
  • 1ed028ccc3 v0.5.1 Sean McArthur 2017-04-05 11:24:06 -07:00
  • 517e8f0aa5 implement Clone for Client Sean McArthur 2017-04-05 11:22:19 -07:00
  • ca6c042b96 add changelog link to readme Sean McArthur 2017-03-24 16:57:17 -07:00
  • a1f76bf4ea v0.5.0 Sean McArthur 2017-03-24 16:40:42 -07:00
  • d87e7ca4e9 Merge pull request #68 from rylio/master Sean McArthur 2017-03-14 14:50:48 -07:00
  • ec049fefba add a timeout option for read and write operations on a client Garrett Squire 2017-02-28 14:21:06 -08:00
  • 1a01a1311d Added test to check the Accept-Encoding is not changed if already set Ryan Coffman 2017-03-13 16:30:55 -07:00
  • e557fe155d Remove content-encoding and content-length headers from response, if we ungzip the response, and add accept-encoding: gzip header to the reqeuest when ungzipping is enabled Ryan Coffman 2017-03-13 16:29:13 -07:00
  • c9291049ee Merge pull request #67 from little-dude/master Sean McArthur 2017-03-13 10:08:16 -07:00
  • 4d6582d22b add method for PATCH requests Corentin Henry 2017-03-12 15:23:23 -07:00
  • 45732d21b9 Merge pull request #66 from rylio/master Sean McArthur 2017-03-12 11:45:38 -07:00
  • 559ecfab45 Check for gzip in transfer-encoding header also. Ryan Coffman 2017-03-12 00:40:56 -08:00
  • 11b993bb2c Merge pull request #61 from echochamber/default-gzip-response Sean McArthur 2017-02-27 10:38:14 -08:00
  • ab5e477a12 Add (configurable) automatic gzip decompression. Jason Schein 2017-02-18 16:15:49 -08:00
  • 1d3c1346af Merge pull request #60 from faradayio/sized_body Sean McArthur 2017-02-17 16:02:31 -08:00
  • 82f1877d4b Implement Body::sized Eric Kidd 2017-01-26 12:05:44 -05:00
  • 1768981c25 Merge pull request #59 from Keruspe/master Sean McArthur 2017-02-08 17:32:00 -08:00
  • a3983f3122 client: add convenience method for DELETE Marc-Antoine Perennou 2017-02-08 14:37:54 +01:00
  • cee8355a7e Merge pull request #57 from unaffiliated/master Sean McArthur 2017-02-06 10:32:08 -08:00
  • c37b8aa033 added in PUT functionality unaffiliated 2017-02-04 00:57:45 -08:00
  • 69cdfcb763 Merge pull request #46 from sebasgarcep/master Sean McArthur 2017-02-02 11:29:49 -08:00
  • c5e955b681 Add some examples of reading the content of a Response, and a paragraph about Read Brandon W Maister 2017-02-02 14:29:37 -05:00
  • 74f535c83c v0.4.0 Sean McArthur 2017-01-31 14:47:42 -08:00
  • bf29250f4f add categories to Cargo.toml Sean McArthur 2017-01-31 14:46:36 -08:00
  • 16497997b4 Merge pull request #53 from quodlibetor/update-serde Sean McArthur 2017-01-29 20:48:21 -08:00
  • d08cae4e4c Update serde to 0.9 Brandon W Maister 2017-01-29 23:17:58 -05:00
  • 0285033f60 Merge pull request #41 from sfackler/hyper-native-tls Sean McArthur 2017-01-21 12:50:38 -08:00
  • fa4df2037a Use external hyper-native-tls crate Steven Fackler 2017-01-08 14:11:48 -08:00
  • 0615c6d65e Re-export Mime Sebastian Garrido 2017-01-14 11:54:31 -05:00
  • 68c57f62b6 v0.3.0 Sean McArthur 2017-01-11 12:00:23 -08:00
  • 97d59f56a3 update hyper to 0.10 Sean McArthur 2017-01-11 11:59:54 -08:00
  • d71ded9dae fix unused mut warning in tests Sean McArthur 2017-01-11 11:58:39 -08:00
  • fbea36160e Merge pull request #42 from sfackler/patch-1 Sean McArthur 2017-01-10 12:15:45 -08:00
  • e706dad222 Clarify OpenSSL requirement Steven Fackler 2017-01-09 20:32:43 -08:00
  • 4704c45693 Merge pull request #40 from saghm/hyper-error Sean McArthur 2017-01-02 18:40:09 -08:00
  • b058a5d235 export hyper::Error for use in custom types implementing Header Saghm Rossi 2017-01-02 16:12:20 -05:00
  • 17c577737c Merge pull request #38 from nelsonjchen/patch-1 Sean McArthur 2017-01-01 18:31:07 -08:00
  • 0bf39acfcb s/lnstall/install/ in appveyor.yml Nelson Chen 2017-01-01 18:20:42 -08:00
  • 677c1cca79 use rustup and stable rust in appveyor Sean McArthur 2016-12-15 11:58:18 -08:00
  • e0065d69dc Merge pull request #35 from badboy/patch-1 Sean McArthur 2016-12-15 11:51:38 -08:00
  • 8487bf3418 Fix typo in documentation Jan-Erik Rediger 2016-12-15 09:52:33 +01:00
  • 68aa3f7f62 v0.2.0 Sean McArthur 2016-12-14 10:09:02 -08:00
  • 02d9651280 update license copyright year Sean McArthur 2016-12-13 15:47:28 -08:00
  • add83c2324 Clarify Requirements for using this crate Bryce Fisher-Fleig 2016-12-10 14:07:10 -08:00
  • 2ff998cf16 add AppVeyor status badge to readme Sean McArthur 2016-12-12 11:00:30 -08:00
  • 7c2e163333 remove (todo redirect policy) from docs Sean McArthur 2016-12-12 10:36:20 -08:00
  • 4527a53181 remove Clone impl from Client Sean McArthur 2016-12-12 10:31:20 -08:00
  • 559ae8011a add header if no Accept is set Sean McArthur 2016-12-12 10:29:14 -08:00
  • a317339deb Merge pull request #29 from seanmonstar/redirect-policy Sean McArthur 2016-12-10 09:45:46 -10:00
  • e92b3e862a add support for defining RedirectPolicy for a Client Sean McArthur 2016-12-10 11:36:22 -08:00
  • 6ef73ae206 switch test server to 127.0.0.1 Sean McArthur 2016-12-10 11:20:01 -08:00
  • d18a53b3fc make Client: Send + Sync, RequestBuilder: Send, Response: Send Sean McArthur 2016-12-02 15:36:33 -08:00
  • 552f4712cd add osx test target, allow nightly to fail Sean McArthur 2016-12-02 11:57:30 -08:00
  • ffaf6647de add appveyor ci Sean McArthur 2016-12-02 11:52:24 -08:00
  • 409edadff7 Merge pull request #21 from seanmonstar/aidanhs-aphs-307-308 Sean McArthur 2016-11-29 10:22:19 -08:00
  • dbfaf9c842 add a note to about redirects Sean McArthur 2016-11-29 10:03:38 -08:00
  • 3544e48e8e dont try to redirect if post body cannot be reset Sean McArthur 2016-11-28 11:36:42 -08:00
  • a54447c1d9 Add handling of 307 and 308 redirects Aidan Hobson Sayers 2016-11-17 22:38:19 +00:00
  • 9e70497781 add integration tests Sean McArthur 2016-11-28 09:53:16 -08:00
  • 20b161096e update Error to implement Send Sean McArthur 2016-11-21 14:43:28 -08:00
  • a580af2a22 move Read impl of Body to private function Sean McArthur 2016-11-21 11:47:07 -08:00
  • 85c8c7bd64 Merge pull request #19 from gsquire/response-json Sean McArthur 2016-11-21 11:03:11 -08:00
  • 5c86269a20 Merge pull request #20 from Michael-F-Bryan/testing Sean McArthur 2016-11-21 11:01:22 -08:00
  • 59ba7cf23b test: Fixed up issue with reading a Body and finished RequestBuilder tests Michael Bryan 2016-11-21 11:45:05 +08:00
  • 2d10ecc99e add the ability to deserialize JSON from a response body directly Garrett Squire 2016-11-17 18:22:34 -08:00
  • 980488f918 test: Added some trivial tests for the RequestBuilder Michael Bryan 2016-11-20 22:26:27 +08:00
  • 6967f92cb9 Merge pull request #12 from sdroege/master Sean McArthur 2016-11-14 11:11:12 -08:00
  • d624b0ef29 Implement std::fmt::Debug for all public types Sebastian Dröge 2016-11-14 20:49:37 +02:00
  • 37800f84d3 v0.1.0 Sean McArthur 2016-11-09 17:22:08 -08:00
  • a0480913dd update native-tls to 0.1 Sean McArthur 2016-11-09 13:10:55 -08:00
  • a6771a5618 fix travis badge link Sean McArthur 2016-11-08 18:58:09 -08:00
  • 4f9e39829c a few fixes Sean McArthur 2016-11-08 18:56:49 -08:00
  • 1741efc089 update readme with typical things Sean McArthur 2016-11-08 18:55:59 -08:00
  • 289659e822 add travis ci Sean McArthur 2016-11-08 14:40:26 -08:00
  • fb3c229483 add 303 status code to redirect policy Sean McArthur 2016-11-08 13:35:18 -08:00
  • 5739bd3050 Merge branch 'form' Sean McArthur 2016-11-08 13:33:26 -08:00
  • 06f94f4744 add form() method Sean McArthur 2016-11-08 13:33:08 -08:00
  • 0027d9c288 Merge pull request #8 from anowell/native-tls-update Sean McArthur 2016-11-08 10:51:39 -08:00
  • ef3c991696 Merge pull request #7 from anowell/file-body Sean McArthur 2016-11-08 10:50:33 -08:00
  • 92825974b0 Update to reflect latest native-tls API Anthony Nowell 2016-11-08 02:57:08 -07:00