Compare commits
No commits in common. "master" and "master" have entirely different histories.
@ -3,5 +3,5 @@
|
||||
{registered,[]},
|
||||
{included_applications,[]},
|
||||
{applications,[stdlib,kernel]},
|
||||
{vsn,"0.2.1"},
|
||||
{vsn,"0.2.0"},
|
||||
{modules,[qhl]}]}.
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
version = undefined :: undefined | http10 | http11 | http20,
|
||||
headers = undefined :: undefined | [{Key :: binary(), Value :: binary()}],
|
||||
cookies = undefined :: undefined | #{Key :: binary() := Value :: binary()},
|
||||
enctype = undefined :: undefined | none | urlencoded | json | multipart(),
|
||||
enctype = undefined :: undefined | none | urlencoded | multipart(),
|
||||
size = undefined :: undefined | none | non_neg_integer(),
|
||||
body = undefined :: undefined | none | body()}).
|
||||
|
||||
@ -20,6 +20,6 @@
|
||||
|
||||
-type method() :: get | post | options.
|
||||
-type multipart() :: {multipart, Boundary :: binary()}.
|
||||
-type body() :: {partial, binary()} | {multipart, [body_part()]} | binary() | zj:value().
|
||||
-type body() :: {partial, binary()} | {multipart, [body_part()]} | binary().
|
||||
-type body_part() :: {Field :: binary(), Data :: binary()}
|
||||
| {Field :: binary(), Name :: binary(), Data :: binary()}.
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
%%% @end
|
||||
|
||||
-module(qhl).
|
||||
-vsn("0.2.1").
|
||||
-vsn("0.2.0").
|
||||
-author("Craig Everett <ceverett@tsuriai.jp>").
|
||||
-copyright("Craig Everett <ceverett@tsuriai.jp>").
|
||||
-license("MIT").
|
||||
|
||||
@ -2,10 +2,10 @@
|
||||
{type,lib}.
|
||||
{modules,[]}.
|
||||
{prefix,none}.
|
||||
{desc,"The Quick HTTP Library"}.
|
||||
{author,"Craig Everett"}.
|
||||
{package_id,{"otpr","qhl",{0,2,1}}}.
|
||||
{deps,[{"otpr","zj",{1,1,2}}]}.
|
||||
{desc,"The Quick HTTP Library"}.
|
||||
{package_id,{"otpr","qhl",{0,2,0}}}.
|
||||
{deps,[]}.
|
||||
{key_name,none}.
|
||||
{a_email,"zxq9@zxq9.com"}.
|
||||
{c_email,"zxq9@zxq9.com"}.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user