Skip to content

Update http-client.md #599

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

Merged
merged 1 commit into from
Jul 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions http-client.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
git: 9285ebd7ead1718ccf21905b2bf71bc84b1a8c17
git: e9aa20cbaaf2369a32811769d8cfabd897fb268d
---

# HTTP-клиент
Expand Down Expand Up @@ -119,7 +119,7 @@ $response = Http::get('http://example.com/users', [
Http::retry(3, 100)->withQueryParameters([
'name' => 'Taylor',
'page' => 1,
])->get('http://example.com/users')
])->get('http://example.com/users');
```

<a name="sending-form-url-encoded-requests"></a>
Expand Down