HTTP standard message (Request/Response)
Set the HTTP version for this object, one of 1.0 or 1.1 (AbstractMessage::VERSION_10, AbstractMessage::VERSION_11)
| Parameters: | string – (Must be 1.0 or 1.1) |
|---|---|
| Return type: | AbstractMessage |
| Throws : | ExceptionInvalidArgumentException |
Provide an alternate Parameter Container implementation for headers in this object, (this is NOT the primary API for value setting, for that see getHeaders())
| Parameters: | Headers – |
|---|---|
| Return type: | AbstractMessage |