zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

cowlib.app (469B)


      1 {application, 'cowlib', [
      2 	{description, "Support library for manipulating Web protocols."},
      3 	{vsn, "2.11.0"},
      4 	{modules, ['cow_base64url','cow_cookie','cow_date','cow_hpack','cow_http','cow_http2','cow_http2_machine','cow_http_hd','cow_http_struct_hd','cow_http_te','cow_iolists','cow_link','cow_mimetypes','cow_multipart','cow_qs','cow_spdy','cow_sse','cow_uri','cow_uri_template','cow_ws']},
      5 	{registered, []},
      6 	{applications, [kernel,stdlib,crypto]},
      7 	{env, []}
      8 ]}.