summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-31Prepare CHANGELOG for 1.0.0 releasev1.0.0mo khan
2020-07-31Update build status badge to point to GH Actionsmo khan
2020-07-31Enable new rubocop rulesmo khan
2020-06-13Add entry to CHANGELOGmo khan
2020-06-13Extract Http Connection classmo khan
2020-06-12Update CHANGELOG and CI configurationmo khan
2020-06-12Reduce # of instance variablesmo khan
2020-06-12Create default_client to simplify usagemo khan
2020-06-12Remove legacy APImo khan
2020-06-12Merge pull request #4 from mokhan/dependabot/bundler/vcr-tw-6.0mo khan
Update vcr requirement from ~> 5.1 to ~> 6.0
2020-06-12Clean up build scriptsmo khan
2020-05-28Update vcr requirement from ~> 5.1 to ~> 6.0dependabot-preview[bot]
Updates the requirements on [vcr](https://github.com/vcr/vcr) to permit the latest version. - [Release notes](https://github.com/vcr/vcr/releases) - [Changelog](https://github.com/vcr/vcr/blob/master/CHANGELOG.md) - [Commits](https://github.com/vcr/vcr/compare/v5.1.0...v6.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-24Merge pull request #3 from mokhan/dependabot/bundler/vcr-tw-5.1mo khan
Update vcr requirement from ~> 4.0 to ~> 5.1
2020-05-24Update vcr requirement from ~> 4.0 to ~> 5.1dependabot-preview[bot]
Updates the requirements on [vcr](https://github.com/vcr/vcr) to permit the latest version. - [Release notes](https://github.com/vcr/vcr/releases) - [Changelog](https://github.com/vcr/vcr/blob/master/CHANGELOG.md) - [Commits](https://github.com/vcr/vcr/compare/v4.0.0...v5.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-28Fix bug in redirecting to relative pathsv0.3.2mo khan
2020-01-14Update rubies to test withv0.3.1mo khan
2020-01-14Fix bugs in following redirectsmo khan
2020-01-14Add test to not follow redirectsmo khan
2020-01-14Update rakemo khan
2020-01-14Add test to fetch multiple urls with a single clientmo khan
2020-01-13Release 0.3.0v0.3.0mo khan
2020-01-13Allow following redirectsmo khan
2019-10-04Use latest 2.6 rubyv0.2.7mo khan
2019-10-04Update gempush.ymlmo khan
2019-10-04Remove explicit versionmo khan
2019-10-04rollback to 2.6.4mo khan
2019-10-04Add test actionmo khan
2019-10-04Fix linter errormo khan
2019-10-04Update changelogmo khan
2019-10-04Add additional connection errorsmo khan
2019-04-30specify ruby 2.4 as minimum supportedmokha
2019-04-30exclude Gemfile.lock againv0.2.6mokha
2019-04-30try to fix ruby 2.6 buildmokha
2019-04-30fix typomokha
2019-04-30use bundler 2.0mokha
2019-04-30bump rubiesmokha
2019-04-30bump versionmokha
2019-04-30pin Gemfile.lockmokha
2019-04-30fix linter errorsmokha
2019-04-30Merge pull request #2 from Zouski/patch-1mo khan
Add patch to hippie
2019-04-29Update client.rbZouski
2019-04-29Add patch to hippieZouski
2019-02-06bump versionv0.2.5mokha
2019-02-06revert change in 0.2.4mokha
```text The absoluteURI form is REQUIRED when the request is being made to a proxy. The proxy is requested to forward the request or service it from a valid cache, and return the response. Note that the proxy MAY forward the request on to another proxy or directly to the server To allow for transition to absoluteURIs in all requests in future versions of HTTP, all HTTP/1.1 servers MUST accept the absoluteURI form in requests, even though HTTP/1.1 clients will only generate them in requests to proxies. In this case the absolute path of the URI MUST be transmitted (see section 3.2.1, abs_path) as the Request-URI, and the network location of the URI (authority) MUST be transmitted in a Host header field. For example, a client wishing to retrieve the resource above directly from the origin server would create a TCP connection to port 80 of the host "www.w3.org" and send the lines: GET /pub/WWW/TheProject.html HTTP/1.1 Host: www.w3.org ``` https://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html
2019-02-06default path to "/"mokha
2019-02-06send path instead of full uri.v0.2.4mokha
Some servers do not respond well to sending the full path and rely on the path instead.
2019-02-04add CHANGELOGmokha
2019-02-01remove bundler dependencyv0.2.3mokha
2019-02-01update ci configmokha
2019-02-01bump versionmokha