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-1.0.0 doc/release_notes/0_2_1.md
httpx-0.24.6 doc/release_notes/0_2_1.md
httpx-0.24.5 doc/release_notes/0_2_1.md
httpx-0.24.4 doc/release_notes/0_2_1.md
httpx-0.24.3 doc/release_notes/0_2_1.md
httpx-0.24.2 doc/release_notes/0_2_1.md
httpx-0.24.1 doc/release_notes/0_2_1.md
httpx-0.24.0 doc/release_notes/0_2_1.md
httpx-0.23.4 doc/release_notes/0_2_1.md
httpx-0.23.3 doc/release_notes/0_2_1.md
httpx-0.23.2 doc/release_notes/0_2_1.md
httpx-0.23.1 doc/release_notes/0_2_1.md
httpx-0.23.0 doc/release_notes/0_2_1.md
httpx-0.22.5 doc/release_notes/0_2_1.md
httpx-0.22.4 doc/release_notes/0_2_1.md
httpx-0.22.3 doc/release_notes/0_2_1.md
httpx-0.22.2 doc/release_notes/0_2_1.md
httpx-0.22.1 doc/release_notes/0_2_1.md
httpx-0.22.0 doc/release_notes/0_2_1.md
httpx-0.21.1 doc/release_notes/0_2_1.md