Sha256: 34880e18ff1cbe5f02a7bbfa1e58c7cdfd138e8f1893c74693f7fdfb8661c5ce

Contents?: true

Size: 409 Bytes

Versions: 91

Compression:

Stored size: 409 Bytes

Contents

# 0.2.1

* fixed setting timeouts using the chainable API

* Basic Auth: proper user/password escaping

* Improved multi-request support, by allowing to pass request-specific options for multiple requests

```ruby
tokens = ["TOKEN1", "TOKEN2", "TOKEN3"]
uri = "https://example.com/protected"

requests = tokens.map { |token| [uri, {headers: {'authorization': token} }] }

responses = HTTPX.get(*requests)
```

Version data entries

91 entries across 91 versions & 1 rubygems

Version Path
httpx-0.18.3 doc/release_notes/0_2_1.md
httpx-0.18.2 doc/release_notes/0_2_1.md
httpx-0.18.1 doc/release_notes/0_2_1.md
httpx-0.18.0 doc/release_notes/0_2_1.md
httpx-0.17.0 doc/release_notes/0_2_1.md
httpx-0.16.1 doc/release_notes/0_2_1.md
httpx-0.16.0 doc/release_notes/0_2_1.md
httpx-0.15.4 doc/release_notes/0_2_1.md
httpx-0.15.3 doc/release_notes/0_2_1.md
httpx-0.15.2 doc/release_notes/0_2_1.md
httpx-0.15.1 doc/release_notes/0_2_1.md
httpx-0.15.0 doc/release_notes/0_2_1.md
httpx-0.14.5 doc/release_notes/0_2_1.md
httpx-0.14.4 doc/release_notes/0_2_1.md
httpx-0.14.3 doc/release_notes/0_2_1.md
httpx-0.14.2 doc/release_notes/0_2_1.md
httpx-0.14.1 doc/release_notes/0_2_1.md
httpx-0.14.0 doc/release_notes/0_2_1.md
httpx-0.13.2 doc/release_notes/0_2_1.md
httpx-0.13.1 doc/release_notes/0_2_1.md