Javier Eguiluz
8829dcdf89
Misc grammar fixes
2026-01-19 17:54:54 +01:00
Javier Eguiluz
0403aae2cb
Merge branch '6.4' into 7.3
...
* 6.4:
Remove some idioms and simplify expressions
2026-01-09 17:21:54 +01:00
Javier Eguiluz
c9b3b76d00
minor #21690 Remove some idioms and simplify expressions (javiereguiluz)
...
This PR was merged into the 6.4 branch.
Discussion
----------
Remove some idioms and simplify expressions
The audience of Symfony docs is worlwide and mostly non-native in English, so let's try to use simpler expressions if possible.
Commits
-------
ec70ebc24 Remove some idioms and simplify expressions
2026-01-09 17:18:55 +01:00
Javier Eguiluz
ef9ad3a15d
Merge branch '6.4' into 7.3
...
* 6.4:
Fix some grammar issues
2026-01-08 16:44:18 +01:00
Javier Eguiluz
18ef54507f
Fix some grammar issues
2026-01-08 16:36:18 +01:00
Javier Eguiluz
ec70ebc249
Remove some idioms and simplify expressions
2026-01-07 17:36:05 +01:00
Javier Eguiluz
b9957cab07
Merge branch '6.4' into 7.3
...
* 6.4:
[HttpClient] Improve the wording about asynchronous requests
2026-01-07 08:36:24 +01:00
Javier Eguiluz
aa7cf177d0
[HttpClient] Improve the wording about asynchronous requests
2025-12-19 11:39:57 +01:00
Javier Eguiluz
793db1e158
Merge branch '6.4' into 7.2
...
* 6.4:
Tweak
Update http_client.rst
[Form] Adding `DataPart` to manually set the `Content-Type`
2025-07-18 14:58:43 +02:00
Javier Eguiluz
8579d1c217
Tweak
2025-07-18 14:58:26 +02:00
Javier Eguiluz
24dfe8ae49
minor #20960 [HttpClient] Adding DataPart to manually set the Content-Type (ThomasLandauer)
...
This PR was squashed before being merged into the 6.4 branch.
Discussion
----------
[HttpClient] Adding `DataPart` to manually set the `Content-Type`
Page: https://symfony.com/doc/6.4/http_client.html#uploading-data
Commits
-------
f8ae9b919 Update http_client.rst
aa84c7d46 [Form] Adding `DataPart` to manually set the `Content-Type`
2025-07-18 14:57:35 +02:00
Javier Eguiluz
74208ffe20
Merge branch '6.4' into 7.2
...
* 6.4:
Fix some RST issues
Add note about concurrency limits
2025-06-24 09:29:13 +02:00
Javier Eguiluz
9ad93fa3ed
Fix some RST issues
2025-06-24 09:29:00 +02:00
Jordi Boggiano
7900a2aa4e
Add note about concurrency limits
2025-06-23 13:49:59 +02:00
Oskar Stark
0a8826d6bb
Merge branch '6.4' into 7.2
...
* 6.4:
[HttpClient] Mention the merging of custom options and default scoped options
2025-06-04 22:27:01 +02:00
Javier Eguiluz
56d1512aaa
[HttpClient] Mention the merging of custom options and default scoped options
2025-06-04 22:26:48 +02:00
Javier Eguiluz
ba61f3c844
Merge branch '6.4' into 7.2
...
* 6.4:
[HttpClient] Update the concurrent requests section
2025-05-27 07:55:27 +02:00
Javier Eguiluz
ff3f1a1a6b
[HttpClient] Update the concurrent requests section
2025-05-27 07:55:15 +02:00
Oskar Stark
610210ceff
Merge branch '6.4' into 7.2
...
* 6.4:
Use DOCtor-RST 1.68.0
2025-05-16 10:53:44 +02:00
Javier Eguiluz
74ee9c8e8d
Use DOCtor-RST 1.68.0
2025-05-16 10:53:32 +02:00
Thomas Landauer
f8ae9b9190
Update http_client.rst
2025-05-13 18:55:47 +02:00
Thomas Landauer
aa84c7d467
[Form] Adding DataPart to manually set the Content-Type
...
Page: https://symfony.com/doc/6.4/http_client.html#uploading-data
2025-05-13 18:49:03 +02:00
Javier Eguiluz
2d48cfc993
Merge branch '6.4' into 7.1
...
* 6.4:
Update http_client.rst Test Examples
2024-12-17 16:35:41 +01:00
Rick Ogden
b487d45483
Update http_client.rst Test Examples
...
Reordered assertSame arguments to use the conventional and consistent order to `$this->assertSame($expected, $actual);`.
2024-12-17 16:34:53 +01:00
Wouter de Jong
84ead23b4f
Merge remote-tracking branch 'origin/6.4' into 7.1
...
* origin/6.4:
Replaced caution blocks with warning
2024-12-07 12:11:20 +01:00
Timo Bakx
3849004fcc
Replaced caution blocks with warning
...
Fixes #20371
Both blocks are currently rendered identically. Keeping only one of the two makes it easier to contribute.
Some blocks were elevated to danger.
2024-12-07 12:02:55 +01:00
Javier Eguiluz
7fe1d722dd
Merge branch '6.4' into 7.1
...
* 6.4:
Update http_client.rst
[Routing] Add example of Requirement enum
2024-11-27 10:48:49 +01:00
Ejamine
1c2664fc6a
Update http_client.rst
...
Testing Using HAR Files/ExternalArticleServiceTest should extend from Symfony\Bundle\FrameworkBundle\Test\KernelTestCase to access the container parameter.
2024-11-26 22:35:35 +01:00
Javier Eguiluz
a884c4c526
Merge branch '6.4' into 7.1
...
* 6.4:
Use non-static PHPUnit assert methods
2024-11-25 08:29:50 +01:00
Javier Eguiluz
bb7702481c
Use non-static PHPUnit assert methods
2024-11-22 22:14:19 +01:00
Matthieu Lempereur
7fff76bd4f
rename addHeader to setHeader in httpclient
2024-10-15 16:36:14 +02:00
Maxime Hélias
bc88843304
[FrameworkBundle][HttpClient] Adding an explanation of ThrottlingHttpClient integration with the Framework
2024-09-01 12:54:31 +02:00
Javier Eguiluz
f47bfb74b3
Merge branch '7.0' into 7.1
...
* 7.0:
Document possibility to use user:pass for basic auth
2024-07-19 12:30:00 +02:00
Javier Eguiluz
440cb1d36f
Merge branch '6.4' into 7.0
...
* 6.4:
Document possibility to use user:pass for basic auth
2024-07-19 12:29:57 +02:00
Javier Eguiluz
292896ffc1
Merge branch '5.4' into 6.4
...
* 5.4:
Document possibility to use user:pass for basic auth
2024-07-19 12:29:51 +02:00
Javier Eguiluz
ffe0c15551
Minor tweak
2024-07-19 12:28:45 +02:00
Maximilian Ruta
54fc8f95da
Document possibility to use user:pass for basic auth
2024-07-19 12:27:53 +02:00
Javier Eguiluz
01f4f2dbde
Merge branch '7.0' into 7.1
...
* 7.0:
send necessary HTTP headers
2024-07-17 17:16:12 +02:00
Javier Eguiluz
7af2c35d63
Merge branch '6.4' into 7.0
...
* 6.4:
send necessary HTTP headers
2024-07-17 17:16:11 +02:00
Javier Eguiluz
c0a83fb0d4
Merge branch '5.4' into 6.4
...
* 5.4:
send necessary HTTP headers
2024-07-17 17:16:08 +02:00
Christian Flothmann
e4bfad31dc
send necessary HTTP headers
2024-07-17 09:58:11 +02:00
Javier Eguiluz
8396cd4209
Merge branch '7.0' into 7.1
...
* 7.0:
[HttpClient] Explain how to mock `TransportExceptions` that occur before headers are received
Update DOCtor-RST config
Fix the version in which AsDoctrineListener was added
2024-06-27 12:47:55 +02:00
Javier Eguiluz
50e4fa8f25
Merge branch '6.4' into 7.0
...
* 6.4:
[HttpClient] Explain how to mock `TransportExceptions` that occur before headers are received
Update DOCtor-RST config
Fix the version in which AsDoctrineListener was added
2024-06-27 12:47:51 +02:00
Matthias Pigulla
6fde4e0209
[HttpClient] Explain how to mock TransportExceptions that occur before headers are received
2024-06-27 12:46:39 +02:00
Javier Eguiluz
602c16d99c
Merge branch '7.0' into 7.1
...
* 7.0:
Update serializer.rst
Update access_token.rst, removed letter
[HttpClient] Fix how cookies are defined and sent
2024-06-18 08:55:00 +02:00
Javier Eguiluz
d4fe4cf4ef
Merge branch '6.4' into 7.0
...
* 6.4:
Update serializer.rst
Update access_token.rst, removed letter
[HttpClient] Fix how cookies are defined and sent
2024-06-18 08:54:57 +02:00
Javier Eguiluz
0402acea64
Merge branch '5.4' into 6.4
...
* 5.4:
Update serializer.rst
[HttpClient] Fix how cookies are defined and sent
2024-06-18 08:54:54 +02:00
Javier Eguiluz
0643f16f56
[HttpClient] Fix how cookies are defined and sent
2024-06-17 22:48:56 +02:00
Oskar Stark
5887a4bbc1
Merge branch '7.0' into 7.1
...
* 7.0:
minor
[CS] Fix more nullable types
[Testing] Update nullable types
2024-04-15 08:07:47 +02:00
Oskar Stark
d0f8f2bb8d
Merge branch '6.4' into 7.0
...
* 6.4:
minor
[CS] Fix more nullable types
[Testing] Update nullable types
Reword
Refactor Request object documentation and redefine method logic
2024-04-15 08:07:45 +02:00