MemoryPostAttribute

fm.http.MemoryPostAttribute
final case class MemoryPostAttribute(self: Attribute) extends PostAttribute with MemoryPostData

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PostData
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

final def charset: Option[Charset]

The specified Charset

The specified Charset

Attributes

Inherited from:
PostData
final def inputStreamResource(autoDecompress: Boolean, autoBuffer: Boolean): InputStreamResource

The InputStreamResource for reading this data

The InputStreamResource for reading this data

Attributes

Inherited from:
MemoryPostData
final def length: Long

The length (in bytes) of this data

The length (in bytes) of this data

Attributes

Inherited from:
PostData
final def name: String

The POST name for this data

The POST name for this data

Attributes

Inherited from:
PostData
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final protected def resource: Resource[InputStream]

Attributes

Inherited from:
MemoryPostData
final def value: String

Attributes

Inherited from:
PostData