Commit bc7bead
File tree
10 files changed
+71
-3
lines changedFilter options
- src/Symfony
- Component/HttpClient
- Tests
- Contracts/HttpClient
- Test
- Fixtures/web
10 files changed
+71
-3
lines changedsrc/Symfony/Component/HttpClient/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
12 | 13 |
|
13 | 14 |
|
14 | 15 |
|
|
src/Symfony/Component/HttpClient/CurlHttpClient.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/CurlHttpClient.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
282 | 282 |
|
283 | 283 |
|
284 | 284 |
|
| 285 | + |
| 286 | + |
| 287 | + |
| 288 | + |
285 | 289 |
|
286 | 290 |
|
287 | 291 |
|
|
src/Symfony/Component/HttpClient/HttpClientTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/HttpClientTrait.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
125 | 125 |
|
126 | 126 |
|
127 | 127 |
|
| 128 | + |
128 | 129 |
|
129 | 130 |
|
130 | 131 |
|
|
src/Symfony/Component/HttpClient/NativeHttpClient.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/NativeHttpClient.php+17-1Lines changed: 17 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
113 | 113 |
|
114 | 114 |
|
115 | 115 |
|
116 |
| - |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
117 | 122 |
|
118 | 123 |
|
119 | 124 |
|
| ||
127 | 132 |
|
128 | 133 |
|
129 | 134 |
|
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
130 | 142 |
|
131 | 143 |
|
132 | 144 |
|
| ||
166 | 178 |
|
167 | 179 |
|
168 | 180 |
|
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
169 | 185 |
|
170 | 186 |
|
171 | 187 |
|
|
src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
123 | 123 |
|
124 | 124 |
|
125 | 125 |
|
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
126 | 139 |
|
127 | 140 |
|
128 | 141 |
|
|
src/Symfony/Component/HttpClient/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
| 25 | + |
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
|
src/Symfony/Contracts/HttpClient/HttpClientInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Contracts/HttpClient/HttpClientInterface.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
| 56 | + |
| 57 | + |
56 | 58 |
|
57 | 59 |
|
58 | 60 |
|
|
src/Symfony/Contracts/HttpClient/Test/Fixtures/web/index.php
Copy file name to clipboardExpand all lines: src/Symfony/Contracts/HttpClient/Test/Fixtures/web/index.php+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
132 | 132 |
|
133 | 133 |
|
134 | 134 |
|
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
135 | 145 |
|
136 | 146 |
|
137 | 147 |
|
|
src/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php+21Lines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
778 | 778 |
|
779 | 779 |
|
780 | 780 |
|
| 781 | + |
| 782 | + |
| 783 | + |
| 784 | + |
| 785 | + |
| 786 | + |
| 787 | + |
| 788 | + |
| 789 | + |
| 790 | + |
| 791 | + |
| 792 | + |
| 793 | + |
| 794 | + |
| 795 | + |
| 796 | + |
| 797 | + |
| 798 | + |
| 799 | + |
| 800 | + |
| 801 | + |
781 | 802 |
|
src/Symfony/Contracts/HttpClient/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Contracts/HttpClient/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
0 commit comments