Home > Java > HTTP server in java

HTTP server in java

It’s been a while since my last post, but finally I felt the urge to post again. I’ve started implementing parts of the http protocol in java using the java tcp/ip stack.

For now it can handle 200, 404 and Content-Type in headers. What I’d like to see in the future is thing like Encoding the header, dynamic Content-Type from a config file, Date in header and a config file for public_html, error_html, server port and so on.

Anyways, here’s a link to the git repo if you want to mess around:

http://git.neo2k.dk/?p=http.git

Categories: Java Tags: , , ,
  1. No comments yet.
  1. No trackbacks yet.