String reasonPhrase

Gets and sets the reason phrase. If no reason phrase is explicitly set a default reason phrase is provided.

The reason phrase must be set before the body is written to. Setting the reason phrase after writing to the response body or closing the response will throw a StateError.

void reasonPhrase=(String _reasonPhrase)

Gets and sets the reason phrase. If no reason phrase is explicitly set a default reason phrase is provided.

The reason phrase must be set before the body is written to. Setting the reason phrase after writing to the response body or closing the response will throw a StateError.