PHP 8.2.30
Preview: Formatter.php Size: 1012 B
/home/byroehnu/easetack.com/vendor/php-http/message/src/Formatter.php

<?php

namespace Http\Message;

use Psr\Http\Message\RequestInterface;
use Psr\Http\Message\ResponseInterface;

/**
 * Formats a request and/or a response as a string.
 *
 * @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
 *
 * The formatResponseForRequest method will be added to this interface in the next major version, replacing the formatRequest method.
 * Meanwhile, callers SHOULD check the formatter for the existence of formatResponseForRequest and call that if available.
 *
 * @method string formatResponseForRequest(ResponseInterface $response, RequestInterface $request) Formats a response in context of its request.
 */
interface Formatter
{
    /**
     * Formats a request.
     *
     * @return string
     */
    public function formatRequest(RequestInterface $request);

    /**
     * @deprecated since 1.13, use formatResponseForRequest() instead
     *
     * Formats a response.
     *
     * @return string
     */
    public function formatResponse(ResponseInterface $response);
}

Directory Contents

Dirs: 11 × Files: 8

Name Size Perms Modified Actions
- drwxrwxrwx 2025-05-16 16:14:48
Edit Download
Builder DIR
- drwxrwxrwx 2025-05-16 16:14:48
Edit Download
Decorator DIR
- drwxrwxrwx 2025-05-16 16:14:48
Edit Download
Encoding DIR
- drwxrwxrwx 2025-05-16 16:14:48
Edit Download
Exception DIR
- drwxrwxrwx 2025-05-16 16:14:48
Edit Download
Formatter DIR
- drwxrwxrwx 2025-05-16 16:14:48
Edit Download
- drwxrwxrwx 2025-05-16 16:14:48
Edit Download
- drwxrwxrwx 2025-05-16 16:14:48
Edit Download
Stream DIR
- drwxrwxrwx 2025-05-16 16:14:48
Edit Download
- drwxrwxrwx 2025-05-16 16:14:48
Edit Download
- drwxrwxrwx 2025-05-16 16:14:48
Edit Download
686 B lrw-rw-rw- 2024-10-02 11:34:13
Edit Download
11.03 KB lrw-rw-rw- 2024-10-02 11:34:13
Edit Download
4.30 KB lrw-rw-rw- 2024-10-02 11:34:13
Edit Download
1.38 KB lrw-rw-rw- 2024-10-02 11:34:13
Edit Download
132 B lrw-rw-rw- 2024-10-02 11:34:13
Edit Download
178 B lrw-rw-rw- 2024-10-02 11:34:13
Edit Download
1012 B lrw-rw-rw- 2024-10-02 11:34:13
Edit Download
673 B lrw-rw-rw- 2024-10-02 11:34:13
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).