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

Add httptest package #34

Merged
merged 1 commit into from
Jan 4, 2025
Merged

Conversation

dshemin
Copy link
Contributor

@dshemin dshemin commented Oct 13, 2024

This pull request will bring httptest package from the original Go. This package will help to test some WASM modules on my current project and will allow to use assertion packages like testify.

@scottfeldman
Copy link
Contributor

LGTM

@dshemin
Copy link
Contributor Author

dshemin commented Oct 19, 2024

What else do I need to do to get my pull request accepted?

@dgryski
Copy link
Member

dgryski commented Oct 31, 2024

Did you need any adjustments from upstream or was this just imported and it works out of the box?

@dshemin
Copy link
Contributor Author

dshemin commented Nov 19, 2024

I made a few changes, for instance drop TLS support. All differences documented with // TINYGO: comment.

@joonas
Copy link

joonas commented Jan 2, 2025

I just ran into this myself, would love to see this merged if possible 🙂

@scottfeldman
Copy link
Contributor

I tested this PR against the example/net examples and found no issues.

I did notice the PR is against 'dev' branch, not 'main', and 'dev' is a few behind main.

Other than that, this PR LGTM for the next tinygo release.

@deadprogram
Copy link
Member

Thanks for adding this @dshemin and for review @scottfeldman now merging.

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.

5 participants