class Twirp::Server

Included Modules

Defined in:

twirp/server.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(service = nil, prefix : String = "/twirp", exception_handler : Exception -> _ = ->(ex : Exception) do end) #

[View source]

Instance Method Detail

def <<(service : Service) #

[View source]
def call(context : HTTP::Server::Context) #

[View source]