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

feat: add HTTP -> TCP proxy example #593

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

rvolosatovs
Copy link
Member

cargo run -p hello-tcp-server
cargo run -p hello-http-tcp-proxy
curl localhost:8080/hello
"hello from Rust"

cc @cdmurph32

Signed-off-by: Roman Volosatovs <[email protected]>
@rvolosatovs rvolosatovs added this pull request to the merge queue Dec 31, 2024
Merged via the queue into bytecodealliance:main with commit feea21d Dec 31, 2024
38 checks passed
@rvolosatovs rvolosatovs deleted the feat/http-proxy branch December 31, 2024 16:00
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.

1 participant