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 WinHttpRequest APIs #718

Merged
merged 1 commit into from
Jun 6, 2023
Merged

feat: add WinHttpRequest APIs #718

merged 1 commit into from
Jun 6, 2023

Conversation

halildurmus
Copy link
Member

@halildurmus halildurmus commented Jun 2, 2023

Fixes #714

I had to write the bindings for this interface myself since it was not included in the Windows Metadata file. Additionally, I've included an example showing how to use these APIs to send an HTTP request.

@lublak please take a look and let me know if you see something missing.

@lublak
Copy link

lublak commented Jun 2, 2023

@halildurmus looks fine for me!
I test it and it works.

@halildurmus
Copy link
Member Author

Great, thanks!

@halildurmus halildurmus enabled auto-merge (squash) June 2, 2023 11:55
@halildurmus halildurmus merged commit fabbb42 into main Jun 6, 2023
4 checks passed
@halildurmus halildurmus deleted the winhttp branch June 6, 2023 05:27
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.

add IWinHttpRequest
3 participants