Rack
This is a simple Rack app to act as a web-server.
And netcat
showing HTTP responses.
Usage
to start:
$ rackup
after you've started web-server, you can run:
$ ruby http.rb
to see HTTP responses of the server.
This is a simple Rack app to act as a web-server.
And netcat
showing HTTP responses.
to start:
$ rackup
after you've started web-server, you can run:
$ ruby http.rb
to see HTTP responses of the server.