Class: Nonnative::HTTPService

Inherits:
Sinatra::Application
  • Object
show all
Defined in:
lib/nonnative/http_service.rb

Overview

HTTP service run by HTTPServer.

Subclass this instead of Sinatra::Application when defining an in-process HTTP server for Nonnative. HTTPServer accepts a service instance and runs it under Puma.

Direct Known Subclasses

HTTPProxy