class Twirp::Server
- Twirp::Server
- Reference
- Object
Included Modules
- HTTP::Handler
Defined in:
twirp/server.crConstructors
Instance Method Summary
Constructor Detail
def self.new(service = nil, prefix : String = "/twirp", exception_handler : Exception -> _ = ->(ex : Exception) do
end)
#