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.21.0 doc/release_notes/0_2_1.md
httpx-0.20.5 doc/release_notes/0_2_1.md
httpx-0.20.4 doc/release_notes/0_2_1.md
httpx-0.20.3 doc/release_notes/0_2_1.md
httpx-0.20.2 doc/release_notes/0_2_1.md
httpx-0.20.1 doc/release_notes/0_2_1.md
httpx-0.20.0 doc/release_notes/0_2_1.md
httpx-0.19.8 doc/release_notes/0_2_1.md
httpx-0.19.7 doc/release_notes/0_2_1.md
httpx-0.19.6 doc/release_notes/0_2_1.md
httpx-0.19.5 doc/release_notes/0_2_1.md
httpx-0.19.4 doc/release_notes/0_2_1.md
httpx-0.19.3 doc/release_notes/0_2_1.md
httpx-0.19.2 doc/release_notes/0_2_1.md
httpx-0.19.1 doc/release_notes/0_2_1.md
httpx-0.19.0 doc/release_notes/0_2_1.md
httpx-0.18.7 doc/release_notes/0_2_1.md
httpx-0.18.6 doc/release_notes/0_2_1.md
httpx-0.18.5 doc/release_notes/0_2_1.md
httpx-0.18.4 doc/release_notes/0_2_1.md