Skip to content

Instantly share code, notes, and snippets.

@RX14
Created August 21, 2015 17:24
Show Gist options
  • Select an option

  • Save RX14/5d185df9b2165a00d4ce to your computer and use it in GitHub Desktop.

Select an option

Save RX14/5d185df9b2165a00d4ce to your computer and use it in GitHub Desktop.
require "http/server"
HTTP::Server.new(8080) do
HTTP::Response.new 403
end.listen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment