Public Instance Methods : SstHttpMultiField
add: value
"ACTION
Add the string @value to the multi-field. @value should not be a
multi-byte string (DBString) as the HTTP specification insists all header elements
must be valid text -- multibyte characters and special characters must be
encoded prior to being added here. The actual string stored will have all
leading and trailing whitespace removed. Empty strings will be discarded as
they are 'null elements'. This is as per the HTTP/1.0 specification (RFC1945).
PARAMETERS
value : <String>"
Categories
SST-API Developer
contents
"ACTION
Answer the %contents of the receiver. That is, the elements
of the multi-field.
RETURN VALUE
<orderedCollection>"
Categories
SST-API Developer
contents: value
"ACTION
Set the %contents of the receiver to @value.
PARAMETERS
value : <orderedCollection>"
Categories
SST-API Developer
sstHttpStringOn: stream
"ACTION
Write the http representation of the receiver on @stream
PARAMETERS
stream : <writeableStream>"
Categories
SST-API Developer
[FIRST] [PREV] [NEXT] [LAST]