Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques statiques | |
static | fromString (string $message) |
static | fromStream (StreamInterface $stream) |
static | toString (ResponseInterface $response) |
Fonctions membres privées statiques | |
static | getStatusLine (StreamInterface $stream) |
Membres hérités additionnels | |
Champs de données hérités de AbstractSerializer | |
const | CR = "\r" |
const | EOL = "\r\n" |
const | LF = "\n" |
Fonctions membres protégées statiques hérités de AbstractSerializer | |
static | getLine (StreamInterface $stream) |
static | splitStream (StreamInterface $stream) |
static | serializeHeaders (array $headers) |
static | filterHeader ($header) |
|
static |
Parse a response from a stream.
Exception |
Références Response\$reasonPhrase, Laminas\Diactoros\$stream, et $version.
|
static |
Deserialize a response string to a response instance.
Exception |
Références $message, et Laminas\Diactoros\$stream.
|
staticprivate |
Retrieve the status line for the message.
Exception |
Références Laminas\Diactoros\$stream, et SerializationException\forInvalidStatusLine().
|
static |
Create a string representation of a response.
Références $format, Response\$reasonPhrase, MessageInterface\getBody(), MessageInterface\getHeaders(), MessageInterface\getProtocolVersion(), ResponseInterface\getReasonPhrase(), et ResponseInterface\getStatusCode().