module Fsws
Constants
- VERSION
Public Class Methods
server()
click to toggle source
# File lib/fsws/server.rb, line 111 def self.server Proc.new do |env| code, headers, body = serve(env) [code.to_s, headers, body] end end