Public Instance Methods : Object

* sstHttpString
	"ACTION
		Answer an http string representation of the receiver.

	RETURN VALUE
		<String> | <ByteArray>"
Categories
	SST-API User
* sstHttpStringOn: stream
	"ACTION
		Write the http representation of the receiver on @stream

	PARAMETERS
		stream : <writeableStream>"
Categories
	SST-API User
* sstHttpType
	"ACTION
		Answer the type of output generated by sending #httpString
		to the receiver.

	RETURN VALUE
		<String>"
Categories
	SST-API User
* sstIsDeferredContent
	"ACTION
		Answer true if the receiver has deferred content. This means that
		it does not directly represent content suitable for sending as a result
		of an HTTP request. Rather, it will generate content by sending the
		message #value: with a stream to write upon.

	RETURN VALUE
		<Boolean>"
Categories
	SST-API User

[FIRST] [PREV] [NEXT] [LAST]