aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/cowlib.app
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-07-10 13:28:26 +0200
committerLoïc Hoguin <[email protected]>2017-07-10 13:28:26 +0200
commit0eb0db3653bd89809acf528a0a3234c2c3cdde22 (patch)
tree7d7aa3f3503e487fb75f8948aab664fadf951882 /ebin/cowlib.app
parent8210fd3c195cc04e51a50986fceff316be05d155 (diff)
downloadcowlib-0eb0db3653bd89809acf528a0a3234c2c3cdde22.tar.gz
cowlib-0eb0db3653bd89809acf528a0a3234c2c3cdde22.tar.bz2
cowlib-0eb0db3653bd89809acf528a0a3234c2c3cdde22.zip
Add new module cow_base64url
It implements the algorithm found in RFC 7515 Appendix C https://tools.ietf.org/html/rfc7515#appendix-C with an option to switch between with/no padding variants. Relace the cow_multipart:boundary function to use this and fix issues with agents which do not support slashes in the boundary characters.
Diffstat (limited to 'ebin/cowlib.app')
-rw-r--r--ebin/cowlib.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/cowlib.app b/ebin/cowlib.app
index 8d7e059..5ebff11 100644
--- a/ebin/cowlib.app
+++ b/ebin/cowlib.app
@@ -1,7 +1,7 @@
{application, 'cowlib', [
{description, "Support library for manipulating Web protocols."},
{vsn, "2.0.0-pre.1"},
- {modules, ['cow_cookie','cow_date','cow_hpack','cow_http','cow_http2','cow_http_hd','cow_http_te','cow_mimetypes','cow_multipart','cow_qs','cow_spdy','cow_sse','cow_uri','cow_ws']},
+ {modules, ['cow_base64url','cow_cookie','cow_date','cow_hpack','cow_http','cow_http2','cow_http_hd','cow_http_te','cow_mimetypes','cow_multipart','cow_qs','cow_spdy','cow_sse','cow_uri','cow_ws']},
{registered, []},
{applications, [kernel,stdlib,crypto]},
{env, []}