Releases: tank-bohr/bookish_spork
Releases · tank-bohr/bookish_spork
v0.5.2 fixes blocking queue timeout bug
v0.5.1 SSL request with body bugfix
- Fixes bug when the non-empty body is sent via HTTPS
- Minor refactoring
v0.5.0 Change headers type to binary and preserve headers case
Changes
- Lowercase method atoms
- Use binaries both for header names and values
- Introduce raw_headers that preserve headers case and order. erlang/otp#2466 allows keeping headers case
- Some documentation updates
- Update deps
Breaking changes
bookish_spork_request:headers/1
now returns a map with binaries for both keys and values instead of erlang stingsbookish_spork_request:header/2
returns binary instead of string
v0.4.0
v0.3.6
v0.3.5
v0.3.4
Bugfix release
For details see #38
Bugfix release
For details see #38
Elixir interface for `bookish_spork_request`
bookish_spork_request
elixir interface 🎉 #37
{:ok, request} = :bookish_spork.capture_request
assert request.uri == '/jokes/random?category=dev'