ContentTypeHeader class
Eases reading content-type header values
- Inheritance
-
- Object
- ParameterizedHeader
- ContentTypeHeader
Constructors
- ContentTypeHeader.new(String rawValue)
Properties
- boundary ↔ String?
-
the boundary for content-type headers with a 'multipart'
topLevelTypeText
.getter/setter pair - charset ↔ String?
-
the used charset like 'utf-8', this is always converted to lowercase if present
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isFlowedFormat ↔ bool?
-
defines wether the 'text/plain' content-header has a 'flowed=true' or semantically equivalent value.
getter/setter pair
- mediaType ↔ MediaType
-
getter/setter pair
-
parameters
→ Map<
String, String> -
Any parameters, for example charset, boundary, filename, etc
finalinherited
- rawValue ↔ String
-
The raw value of the header
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ String
-
The value without parameters as specified in the header, eg 'text/plain' for a Content-Type header.
getter/setter pairinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeQuotes(
String value) → String -
inherited
-
render(
[StringBuffer? buffer]) → String -
renderDateField(
String name, DateTime? date, StringBuffer buffer) → void -
inherited
-
renderField(
String name, String? value, bool quote, StringBuffer buffer) → void -
inherited
-
renderRemainingFields(
StringBuffer buffer, {List< String> ? exclude}) → void -
inherited
-
setParameter(
String name, String quotedValue) → void -
Adds a new or replaces and existing parameter
name
with the valuequotedValue
.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited