Skip to content

fix: docs mistakes in httpclient class - #124

Merged
lev2p1 merged 2 commits into
masterfrom
docs/76-httpclient
Aug 17, 2026
Merged

fix: docs mistakes in httpclient class#124
lev2p1 merged 2 commits into
masterfrom
docs/76-httpclient

Conversation

@NikSimDev

Copy link
Copy Markdown
Collaborator

Pull Request

Related Issues:

Type of Change:

  • Bug fix
  • New feature
  • Breaking change
  • Documentation
  • Performance
  • Refactoring
  • Tests

Description:
Update HttpClient class documentation

Implementation Details:
(Explain how you implemented it)

Testing:
(Describe how you tested)

Breaking Changes:
(If any, describe what breaks and how to migrate)

Checklist:

  • Code compiles
  • Tests pass
  • Documentation updated
  • Changelog updated
  • No sensitive data exposed

@NikSimDev NikSimDev linked an issue Aug 17, 2026 that may be closed by this pull request
Comment thread README.md Outdated
Include the header:

```cpp
#include <lightlib/App/Http/Helpers/HttpClient.hpp>

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not use this path for docs. You can write <lgihtlib/Http>.

Comment thread README.md Outdated
#### Basic GET Request

```cpp
#include <lightlib/App/Http/Helpers/HttpClient.hpp>

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

@NikSimDev
NikSimDev requested a review from lev2p1 August 17, 2026 21:23
@lev2p1
lev2p1 merged commit b0046ae into master Aug 17, 2026
@lev2p1
lev2p1 deleted the docs/76-httpclient branch August 17, 2026 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DOCS]: HttpClient

2 participants