Raxx - Interface for HTTP webservers, frameworks and clients (1.0 now released!)

major release 0.15.0.

%Raxx.Request{} now has query strings as a binary, to access the parsed query use Raxx.fetch_query/1

This allows consumers to access the raw query to handle parsing in different ways, such as accepting multiple values per key or implementing nested queries. It is also more performant for servers because they do not parse queries that are not used

1 Like