Class BlobStreamIO
In: lib/deltacloud/helpers/blob_stream.rb
Parent: Object

Methods

<<   is_put_blob   new   rewind  

Attributes

provider  [RW] 
size  [RW] 
sock  [RW] 

Public Class methods

use the Request.env hash (populated by the ThinParser) to determine whether this is a post blob operation. By definition, only get here with a body of

 > 112kbytes - thin/lib/thin/request.rb:12 MAX_BODY = 1024 * (80 + 32)

Public Instance methods

[Validate]