Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 285 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 285 Bytes

rhttp

rhttp is a basic implementation of a HTTP server written in Ruby. Actually, it supports requesting for html and RAW files (like jpeg, png, gif) and for php files, after parsing them with php5-cgi tool.

I'm writting it as a hobby and as an adventure on HTTP own-learning.