Sha256: 34880e18ff1cbe5f02a7bbfa1e58c7cdfd138e8f1893c74693f7fdfb8661c5ce

Contents?: true

Size: 409 Bytes

Versions: 93

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

93 entries across 93 versions & 1 rubygems

Version Path
httpx-0.13.2 doc/release_notes/0_2_1.md
httpx-0.13.1 doc/release_notes/0_2_1.md
httpx-0.13.0 doc/release_notes/0_2_1.md
httpx-0.12.0 doc/release_notes/0_2_1.md
httpx-0.11.3 doc/release_notes/0_2_1.md
httpx-0.11.2 doc/release_notes/0_2_1.md
httpx-0.11.1 doc/release_notes/0_2_1.md
httpx-0.11.0 doc/release_notes/0_2_1.md
httpx-0.10.2 doc/release_notes/0_2_1.md
httpx-0.10.1 doc/release_notes/0_2_1.md
httpx-0.10.0 doc/release_notes/0_2_1.md
httpx-0.9.0 doc/release_notes/0_2_1.md
httpx-0.8.2 doc/release_notes/0_2_1.md