| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-26 | Merge pull request #5 from mokhan/ruby-3v1.1.0 | mo khan | |
| Add support for Ruby 3.0 | |||
| 2020-12-26 | docs: update date in CHANGELOG | mo khan | |
| 2020-12-26 | feat: add support for Ruby 3.0 | mo khan | |
| 2020-07-31 | Load version before clientv1.0.1 | mo khan | |
| 2020-07-31 | Prepare CHANGELOG for 1.0.0 releasev1.0.0 | mo khan | |
| 2020-07-31 | Update build status badge to point to GH Actions | mo khan | |
| 2020-07-31 | Enable new rubocop rules | mo khan | |
| 2020-06-13 | Add entry to CHANGELOG | mo khan | |
| 2020-06-13 | Extract Http Connection class | mo khan | |
| 2020-06-12 | Update CHANGELOG and CI configuration | mo khan | |
| 2020-06-12 | Reduce # of instance variables | mo khan | |
| 2020-06-12 | Create default_client to simplify usage | mo khan | |
| 2020-06-12 | Remove legacy API | mo khan | |
| 2020-06-12 | Merge pull request #4 from mokhan/dependabot/bundler/vcr-tw-6.0 | mo khan | |
| Update vcr requirement from ~> 5.1 to ~> 6.0 | |||
| 2020-06-12 | Clean up build scripts | mo khan | |
| 2020-05-28 | Update vcr requirement from ~> 5.1 to ~> 6.0 | dependabot-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-24 | Merge pull request #3 from mokhan/dependabot/bundler/vcr-tw-5.1 | mo khan | |
| Update vcr requirement from ~> 4.0 to ~> 5.1 | |||
| 2020-05-24 | Update vcr requirement from ~> 4.0 to ~> 5.1 | dependabot-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-28 | Fix bug in redirecting to relative pathsv0.3.2 | mo khan | |
| 2020-01-14 | Update rubies to test withv0.3.1 | mo khan | |
| 2020-01-14 | Fix bugs in following redirects | mo khan | |
| 2020-01-14 | Add test to not follow redirects | mo khan | |
| 2020-01-14 | Update rake | mo khan | |
| 2020-01-14 | Add test to fetch multiple urls with a single client | mo khan | |
| 2020-01-13 | Release 0.3.0v0.3.0 | mo khan | |
| 2020-01-13 | Allow following redirects | mo khan | |
| 2019-10-04 | Use latest 2.6 rubyv0.2.7 | mo khan | |
| 2019-10-04 | Update gempush.yml | mo khan | |
| 2019-10-04 | Remove explicit version | mo khan | |
| 2019-10-04 | rollback to 2.6.4 | mo khan | |
| 2019-10-04 | Add test action | mo khan | |
| 2019-10-04 | Fix linter error | mo khan | |
| 2019-10-04 | Update changelog | mo khan | |
| 2019-10-04 | Add additional connection errors | mo khan | |
| 2019-04-30 | specify ruby 2.4 as minimum supported | mokha | |
| 2019-04-30 | exclude Gemfile.lock againv0.2.6 | mokha | |
| 2019-04-30 | try to fix ruby 2.6 build | mokha | |
| 2019-04-30 | fix typo | mokha | |
| 2019-04-30 | use bundler 2.0 | mokha | |
| 2019-04-30 | bump rubies | mokha | |
| 2019-04-30 | bump version | mokha | |
| 2019-04-30 | pin Gemfile.lock | mokha | |
| 2019-04-30 | fix linter errors | mokha | |
| 2019-04-30 | Merge pull request #2 from Zouski/patch-1 | mo khan | |
| Add patch to hippie | |||
| 2019-04-29 | Update client.rb | Zouski | |
| 2019-04-29 | Add patch to hippie | Zouski | |
| 2019-02-06 | bump versionv0.2.5 | mokha | |
| 2019-02-06 | revert change in 0.2.4 | mokha | |
| ```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-06 | default path to "/" | mokha | |
| 2019-02-06 | send path instead of full uri.v0.2.4 | mokha | |
| Some servers do not respond well to sending the full path and rely on the path instead. | |||
