| Class | Puppet::Network::HTTP::RackREST |
| In: |
lib/puppet/network/http/rack/rest.rb
|
| Parent: | Puppet::Network::HTTP::RackHttpHandler |
| HEADER_ACCEPT | = | 'HTTP_ACCEPT'.freeze |
| ContentType | = | 'Content-Type'.freeze |
| CHUNK_SIZE | = | 8192 |
return the request body request.body has some limitiations, so we need to concat it back into a regular string, which is something puppet can use.