Web Development
emhttp.txt
Associated article: An Embeddable HTTP Server
Tags: Web Development Mobile
Published source code accompanying the article by M. Tim Jones inwhich he presents a small, but still powerful embedded HTTP server. Also see EMHTTP.ZIP.
An Embeddable HTTP Server by M. Tim Jones Example 1: (a) GET /index.html HTTP/1.1 Accept: text/html Accept: image/gif User-Agent: Lynx/2.2 Host: www.myhost.mydomain (* blank line *) (b) HTTP/1.1 200 OK Server: NCSA/1.3 MIME-Version: 1.0 Content-Type: text/html (* blank line *) <...