Public Instance Methods : SstHttpRequestHeader

* asCgiRequestHeader
	"ACTION
		Answer the receiver converted to a CGI request header.

	RETURN VALUE
		<SstHttpCgiRequestHeader>"
Categories
	SST-API Developer
* command
	"ACTION
		Answer the receiver's command (e.g., 'GET', 'PUT', ...)

	RETURN VALUE
		<String>"
Categories
	SST-API Developer
* command: commandString
	"ACTION
		Set the receiver's command to @commandString (e.g., 'GET', 'PUT', ...)

	PARAMETERS
		commandString : <String>"
Categories
	SST-API Developer
* responseHeader
	"ACTION
		Answer the receiver's %responseHeader.  This is only valid 
		when programming servers.

	RETURN VALUE
		<SstHttpResponseHeader>"
Categories
	SST-API Developer
* responseHeader: value
	"ACTION
		Set the receiver's %responseHeader to @value.  This is only valid 
		when programming servers.

	PARAMETERS
		value : <SstHttpResponseHeader>"
Categories
	SST-API Developer
* url
	"ACTION
		Answer the receiver's URL string.

	RETURN VALUE
		<String>"
Categories
	SST-API Developer
* url: urlData
	"ACTION
		Set the receiver's URL string to @urlData.

	PARAMETERS
		urlData : <String>"
Categories
	SST-API Developer

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