Skip to content

Commit 5193b83

Browse files
authored
6.x http response cleanup (#8040)
* add Client\Http\Response method changes * fix RST syntax problem
1 parent d9ee06e commit 5193b83

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

en/appendices/6-0-migration-guide.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,10 @@ Datasource
8282
Http
8383
----
8484

85-
- Using `$request->getParam('?')` to get the query params is no longer possible.
86-
Use `$request->getQueryParams()` instead.
85+
- Using ``$request->getParam('?')`` to get the query params is no longer possible.
86+
Use ``$request->getQueryParams()`` instead.
87+
- The methods ``_getCookies()``, ``_getJson()``, ``_getXml()``, ``_getHeaders()``
88+
and ``_getBody()`` have been removed. Use/Overwrite their non-prefixed public alternative instead.
8789

8890
ORM
8991
---

0 commit comments

Comments
 (0)