-
Notifications
You must be signed in to change notification settings - Fork 0
andreip/HTTP-Server
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Basic HTTP server. Supports: * GET method How to config: * clone the repo * install ruby 1.9.x * From a CLI terminal, give the following command: $ ruby httpd.rb * Then from another terminal / tab, give $ telnet localhost 6000 ** 6000 is the port the server is listening How to use: * Query examples: GET README GET /test/FAQ GET test * To exit, write two empty lines (press 'Enter' two times) TODO: * add support for other methods
About
Simple HTTP server, with basic functionality.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published