{"id":78087,"library":"webrick","title":"WEBrick","description":"An HTTP server toolkit that can be configured as an HTTPS server, a proxy server, and a virtual-host server.","status":"active","version":"1.9.2","language":"ruby","source_language":null,"source_url":"https://github.com/ruby/webrick","tags":["http","server","web","toolkit"],"install":[{"cmd":"gem install webrick","lang":"bash","label":"gem install"},{"cmd":"# Gemfile\ngem 'webrick', '~> 1.9.2'","lang":"ruby","label":"Gemfile"}],"dependencies":[],"imports":[{"symbol":"WEBrick","correct":"require 'webrick'"}],"quickstart":{"code":"require 'webrick'\nserver = WEBrick::HTTPServer.new(Port: 8080)\nserver.mount '/', WEBrick::HTTPServlet::FileHandler, './public'\ntrap('INT') { server.shutdown }\nserver.start","lang":"ruby","description":"Start a basic HTTP server serving static files"},"warnings":[{"fix":"Add gem 'webrick' to your Gemfile or install it explicitly.","message":"WEBrick is not automatically loaded in Ruby 3.0+; you must add it to your Gemfile.","severity":"breaking","affected_versions":">= 3.0"}],"env_vars":null,"search_vec":"'configur':9 'host':21 'http':3,23 'https':12 'proxi':15 'server':4,13,16,22,24 'toolkit':5,26 'virtual':20 'virtual-host':19 'web':25 'webrick':1","created_at":"2026-06-18T04:06:18.196213+00:00","updated_at":"2026-06-18T04:06:18.196213+00:00","problems":[],"ecosystem":"rubygems","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/ruby/webrick","github":"https://github.com/ruby/webrick","docs":"http://www.rubydoc.info/gems/webrick/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-18","next_check":"2026-12-15","install_tag":null}}