Module: Puppet::Network::HTTP

Defined in:
lib/puppet/network/http.rb,
lib/puppet/network/http/handler.rb,
lib/puppet/network/http/connection.rb

Defined Under Namespace

Modules: Compression, Error, Handler, Issues Classes: API, Connection, Factory, MemoryResponse, NoCachePool, Pool, Rack, RackREST, RedirectionLimitExceededException, Response, Route, Session, Site, WEBrick, WEBrickREST

Constant Summary collapse

HEADER_ENABLE_PROFILING =
"X-Puppet-Profiling"
HEADER_PUPPET_VERSION =
"X-Puppet-Version"
MASTER_URL_PREFIX =
"/puppet"
MASTER_URL_VERSIONS =
"v3"
CA_URL_PREFIX =
"/puppet-ca"
CA_URL_VERSIONS =
"v1"