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.3.4 doc/release_notes/0_2_1.md
httpx-1.3.3 doc/release_notes/0_2_1.md
httpx-1.3.2 doc/release_notes/0_2_1.md
httpx-1.3.1 doc/release_notes/0_2_1.md
httpx-1.3.0 doc/release_notes/0_2_1.md
httpx-1.2.6 doc/release_notes/0_2_1.md
httpx-1.2.4 doc/release_notes/0_2_1.md
httpx-1.2.3 doc/release_notes/0_2_1.md
httpx-1.2.2 doc/release_notes/0_2_1.md
httpx-1.2.1 doc/release_notes/0_2_1.md
httpx-1.2.0 doc/release_notes/0_2_1.md
httpx-1.1.5 doc/release_notes/0_2_1.md
httpx-1.1.4 doc/release_notes/0_2_1.md
httpx-1.1.3 doc/release_notes/0_2_1.md
httpx-1.1.2 doc/release_notes/0_2_1.md
httpx-1.1.1 doc/release_notes/0_2_1.md
httpx-1.1.0 doc/release_notes/0_2_1.md
httpx-1.0.2 doc/release_notes/0_2_1.md
httpx-0.24.7 doc/release_notes/0_2_1.md
httpx-1.0.1 doc/release_notes/0_2_1.md