Skip to content

fix: httpclient#68

Open
NikSimDev wants to merge 2 commits into
masterfrom
fix/23-httpclient
Open

fix: httpclient#68
NikSimDev wants to merge 2 commits into
masterfrom
fix/23-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:
The Http client is now asynchronous and can throw exceptions to the top level

Implementation Details:
I implemented it using Boost::Asio coroutines

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 requested a review from lev2p1 June 19, 2026 20:15
@NikSimDev NikSimDev added enhancement New feature or request invalid This doesn't seem right labels Jun 19, 2026
@NikSimDev NikSimDev linked an issue Jun 19, 2026 that may be closed by this pull request
@NikSimDev NikSimDev changed the title Fix/23 httpclient fix: httpclient Jun 19, 2026

@lev2p1 lev2p1 left a comment

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.

Remove debug logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request invalid This doesn't seem right

Projects

None yet

Development

Successfully merging this pull request may close these issues.

HttpClient is synchronous and does not throw exceptions

2 participants