Skip to content
Discussion options

You must be logged in to vote

I need to write a low-level http client

Very interested in help you achieve this with Rama :) Might already be possible to do so, and if not let's figure out together what you are missing and how to get there.

uses fully-synchronous non-blocking tcp sockets without any use of futures.

This is already possible and doesn't mean the rest of your logic cannot be asynchronous. These two worlds can be bridged. But it probably does mean you need to write some transport service or utility. All depends on what you need exactly. Something we would need to discuss if you can give some more details.

I want to have full control of the packets so I can implement features like sending the payload e…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@nastynaz
Comment options

@GlenDC
Comment options

Answer selected by GlenDC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested needs input
2 participants
Converted from issue

This discussion was converted from issue #667 on August 26, 2025 13:07.