public
Description: Modular, RFC 2616 compliant HTTP/1.1 server and client
Homepage:
Clone URL: git://github.com/mujaheed/erlang-http.git
name age message
file .gitignore Fri Aug 21 10:56:36 -0700 2009 Add autom4te.cache to .gitignore. [mujaheed]
file AUTHORS Sun Jul 26 18:10:23 -0700 2009 First commit [mujaheed]
file COPYING Sun Jul 26 18:10:23 -0700 2009 First commit [mujaheed]
file ChangeLog Fri Aug 07 19:24:02 -0700 2009 Use proplists. Use proplists:get_value/2 inste... [mujaheed]
file INSTALL Sun Jul 26 18:10:23 -0700 2009 First commit [mujaheed]
file Makefile.am Sun Jul 26 18:10:23 -0700 2009 First commit [mujaheed]
file Makefile.in Sat Aug 08 13:03:22 -0700 2009 Remove acinclude.m4. [mujaheed]
file NEWS Sun Jul 26 18:10:23 -0700 2009 First commit [mujaheed]
file README Sun Jul 26 18:10:23 -0700 2009 First commit [mujaheed]
file aclocal.m4 Sat Aug 08 13:03:22 -0700 2009 Remove acinclude.m4. [mujaheed]
file configure Sat Aug 08 13:03:22 -0700 2009 Remove acinclude.m4. [mujaheed]
file configure.ac Sun Aug 16 19:57:15 -0700 2009 Require Autoconf 2.64. [mujaheed]
directory debian/ Sun Jul 26 18:10:23 -0700 2009 First commit [mujaheed]
directory examples/ Sat Aug 08 13:03:22 -0700 2009 Remove acinclude.m4. [mujaheed]
file install-sh Sun Jul 26 18:10:23 -0700 2009 First commit [mujaheed]
file missing Sun Jul 26 18:10:23 -0700 2009 First commit [mujaheed]
directory src/ Sat Dec 05 20:09:52 -0800 2009 Match #scheme{} in function head. [mujaheed]
README
This is an Erlang/OTP application that includes HTTP/1.1 client and server.

It is similar to inets and supports pluggable modules, but exposes a slightly
different API.

One of the modules is http_mod_amf which implements Flex remoting services.
The build depends on erlang-amf.