Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.x] Add a default cURL HTTP client #1589

Merged
merged 22 commits into from
Oct 18, 2023

Add case-insensitive header handling

a4ab6e0
Select commit
Loading
Failed to load commit list.
Merged

[4.x] Add a default cURL HTTP client #1589

Add case-insensitive header handling
a4ab6e0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 17, 2023 in 0s

78.42% of diff hit (target 93.05%)

View this Pull Request on Codecov

78.42% of diff hit (target 93.05%)

Annotations

Check warning on line 94 in src/ClientBuilder.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ClientBuilder.php#L94

Added line #L94 was not covered by tests

Check warning on line 101 in src/ClientBuilder.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ClientBuilder.php#L101

Added line #L101 was not covered by tests

Check warning on line 146 in src/ClientBuilder.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ClientBuilder.php#L146

Added line #L146 was not covered by tests

Check warning on line 148 in src/ClientBuilder.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ClientBuilder.php#L148

Added line #L148 was not covered by tests

Check warning on line 150 in src/ClientBuilder.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ClientBuilder.php#L150

Added line #L150 was not covered by tests

Check warning on line 49 in src/HttpClient/HttpClient.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/HttpClient/HttpClient.php#L38-L49

Added lines #L38 - L49 were not covered by tests

Check warning on line 53 in src/HttpClient/HttpClient.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/HttpClient/HttpClient.php#L51-L53

Added lines #L51 - L53 were not covered by tests

Check warning on line 58 in src/HttpClient/HttpClient.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/HttpClient/HttpClient.php#L56-L58

Added lines #L56 - L58 were not covered by tests

Check warning on line 63 in src/HttpClient/HttpClient.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/HttpClient/HttpClient.php#L61-L63

Added lines #L61 - L63 were not covered by tests

Check warning on line 69 in src/HttpClient/HttpClient.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/HttpClient/HttpClient.php#L69

Added line #L69 was not covered by tests

Check warning on line 74 in src/HttpClient/HttpClient.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/HttpClient/HttpClient.php#L71-L74

Added lines #L71 - L74 were not covered by tests

Check warning on line 76 in src/HttpClient/HttpClient.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/HttpClient/HttpClient.php#L76

Added line #L76 was not covered by tests

Check warning on line 78 in src/HttpClient/HttpClient.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/HttpClient/HttpClient.php#L78

Added line #L78 was not covered by tests

Check warning on line 83 in src/HttpClient/HttpClient.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/HttpClient/HttpClient.php#L81-L83

Added lines #L81 - L83 were not covered by tests

Check warning on line 85 in src/HttpClient/HttpClient.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/HttpClient/HttpClient.php#L85

Added line #L85 was not covered by tests

Check warning on line 87 in src/HttpClient/HttpClient.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/HttpClient/HttpClient.php#L87

Added line #L87 was not covered by tests

Check warning on line 67 in src/HttpClient/Response.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/HttpClient/Response.php#L67

Added line #L67 was not covered by tests

Check warning on line 79 in src/HttpClient/Response.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/HttpClient/Response.php#L79

Added line #L79 was not covered by tests

Check warning on line 61 in src/Util/Http.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Util/Http.php#L61

Added line #L61 was not covered by tests