Class: AppProfiler::Server::ProfileServer

Inherits:
Object
  • Object
show all
Defined in:
lib/app_profiler/server.rb

Overview

This is a minimal, non-compliant “HTTP” server. It will create an extremely minimal rack environment hash and hand it off to our application to process

Defined Under Namespace

Classes: TCP, Transport, UNIX

Constant Summary collapse

PROFILER_TEMPFILE_PATH =

for tempfile that indicates port in filename or unix sockets

"/tmp/app_profiler"