File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
user_guide_src/source/changelogs Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,19 @@ Others
5353Interface Changes
5454=================
5555
56+ OutgoingRequestInterface
57+ ------------------------
58+
59+ - Added new ``OutgoingRequestInterface `` that represents an outgoing request.
60+ - Added new ``OutgoingRequest `` class that implements ``OutgoingRequestInterface ``.
61+ - Now ``RequestInterface `` extends ``OutgoingRequestInterface ``.
62+ - Now ``CURLRequest `` extends ``OutgoingRequest ``.
63+ - Now ``Request `` extends ``OutgoingRequest ``.
64+
65+ Others
66+ ------
67+
5668- Added missing ``getProtocolVersion() ``, ``getBody() ``, ``hasHeader() `` and ``getHeaderLine() `` method in ``MessageInterface ``.
57- - Now ``RequestInterface `` extends ``MessageInterface ``.
5869- Now ``ResponseInterface `` extends ``MessageInterface ``.
5970- Added missing ``ResponseInterface::getCSP() `` (and ``Response::getCSP() ``), ``ResponseInterface::getReasonPhrase() `` and ``ResponseInterface::getCookieStore() `` methods.
6071
You can’t perform that action at this time.
0 commit comments