Module: Specwrk::Web::Endpoints

Defined in:
lib/specwrk/web/endpoints/pop.rb,
lib/specwrk/web/endpoints/base.rb,
lib/specwrk/web/endpoints/seed.rb,
lib/specwrk/web/endpoints/health.rb,
lib/specwrk/web/endpoints/report.rb,
lib/specwrk/web/endpoints/popable.rb,
lib/specwrk/web/endpoints/shutdown.rb,
lib/specwrk/web/endpoints/heartbeat.rb,
lib/specwrk/web/endpoints/complete_and_pop.rb

Defined Under Namespace

Classes: Base, CompleteAndPop, Health, Heartbeat, Pop, Popable, Report, Seed, Shutdown

Constant Summary collapse

NotFound =

Base default response is 404

Class.new(Base)