Skip to content

Commit

Permalink
version 0.4 - HEAD support
Browse files Browse the repository at this point in the history
  • Loading branch information
nemasu committed Oct 31, 2016
1 parent ccf57d3 commit 9c9632b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Features:

What works:
* Serving files from specified document root.
* HEAD requests.
* 200, 206, 404, 400, 413, 416
* Content-types: xml, html, xhtml, gif, png, jpeg, css, js, and octet-stream.

Planned Features:
* Directory listing.
* HEAD support.

Current Limitations / Known Issues
=======
Expand All @@ -36,9 +36,14 @@ Usage

Changes
=======

2016-10-31 : asmttpd - 0.4

* HEAD support.

2014-07-14 : asmttpd - 0.3

* Added default document support
* Added default document support.

2014-02-10 : asmttpd - 0.2

Expand Down
2 changes: 1 addition & 1 deletion main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
%include "constants.asm"
%include "macros.asm"

%define ASMTTPD_VERSION "0.3"
%define ASMTTPD_VERSION "0.4"

%define LISTEN_PORT 0x5000 ; PORT 80, network byte order

Expand Down

0 comments on commit 9c9632b

Please sign in to comment.