require 'net/protocol' module Net class HTTP < Protocol module Server # net-http-server version. VERSION = '0.1.0' end end end