AtomVM icon indicating copy to clipboard operation
AtomVM copied to clipboard

Import httpd module from atomvm_lib

Open bettio opened this issue 2 years ago • 2 comments

atomvm_lib has a https://github.com/atomvm/atomvm_lib/blob/master/src/httpd.erl module with additional features than the http_server included in eavmlib.

http_server should be overwritten with httpd.erl as soon as we ensure that httpd.erl has already all the features in http_server.

bettio avatar Jul 12 '23 12:07 bettio

@fadushin is httpd based on http_server?

bettio avatar Jul 12 '23 12:07 bettio

Kind of. But I wonder if it would actually be better if this were a downstream repo (something like atomvm_httpd). That way, it could have a Hex release train, can be pulled in through rebar3 and mix, etc.

What do you think? (I’d rather keep the core libraries small)

fadushin avatar Oct 05 '23 12:10 fadushin