Module: Puppet::Network::HTTP

Defined in:
lib/puppet/network/http.rb,
lib/puppet/http.rb,
lib/puppet/network/http/handler.rb,
lib/puppet/network/http/api/server.rb,
lib/puppet/network/http/api/server/v3.rb,
lib/puppet/network/http/api/server/v3/environments.rb

Overview

This module is used to handle puppet REST requests in puppetserver.

Defined Under Namespace

Modules: Error, Handler, Issues Classes: API, Connection, MemoryResponse, RedirectionLimitExceededException, Response, Route

Constant Summary collapse

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