All Versions
46
Latest Version
Avg Release Cycle
42 days
Latest Release
2537 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.15.8 Changes
August 27, 2018โ Added
Raxx.SimpleClientA very simple HTTP/1.1 client.
-
v0.15.7 Changes
August 18, 2018โ Added
- ๐
Raxx.HTTP1Tools for parsing and serializing to HTTP1 format.
- ๐
-
v0.15.6 Changes
August 09, 2018๐ Fixed
Raxx.requestsets the raw_path as/when no path component given.
-
v0.15.5 Changes
August 04, 2018โ Added
Raxx.request_hostto get the domain or ip a request is for.Raxx.request_portto get the numeric port a request is sent to.
-
v0.15.4 Changes
May 20, 2018โ Added
:raxxmodule added that is easier to use from erlang.
-
v0.15.3 Changes
April 30, 2018๐ Fixed
- Router will return informative return error like any server module.
-
v0.15.2 Changes
April 28, 2018โ Added
Raxx.Server.handle/2to be used by server implemenations when executing aRaxx.Servermodule. Add better error messages in cases of bad responses.
๐ Changed
- The type of
Raxx.bodyandRaxx.Data.datais nowbinaryinstead ofString.t()to indicate it may not be an actual string. - Generate request_id without using external
uuiddependency.
-
v0.15.1 Changes
April 22, 2018โ Added
- ๐
Raxx.Requeststruct now has araw_pathfield to hold the unparsed path of the URL.
- ๐
-
v0.15.0 Changes
April 18, 2018โ Added
Raxx.fetch_query/1fetch the decoded query from a request.
๐ Changed
- ๐ The query field on the
Raxx.Requeststruct is now a binary and not a parsed query. This is changed because there is no formal specification for query string structure. https://stackoverflow.com/questions/24059773/correct-way-to-pass-multiple-values-for-same-parameter-name-in-get-request
โ Removed
URI2is no longer part of this project, user will need to provide their own implementations to decode nested queries.
-
v0.14.14 Changes
March 21, 2018โ Added
Raxx.set_secure_browser_headers/1Adds a collection of useful headers when responding to a browser.Raxx.delete_header/2delete a header from request or response.Raxx.RequestIDassign a request id to every request handled by an application