Demonstrate GET, POST, PUT, and DELETE with HttpClient#18650
Conversation
|
@Rick-Anderson Are you happy with this approach? I think I'll skip the |
|
Wow, this is fantastic. We just need to document it must be run from |
|
@Rick-Anderson Thanks for taking a look. I added a commit that uses the incoming request to determine the correct address to use, so it should work whatever the host/port is. I'm going to work on getting some content into the topic next. What kind of detail do you think should go into the topic? |
|
@serpent5 we don't want a cook-book step by step instructions how you made the code - like what MSDN used to do. Let the code do the talking. Refer to the code and explain how it work. Does that help? |
|
Yeah, sure, that makes sense, thanks. I'll work on adding a new section that focuses on the POST example but also refers the to the PUT and DELETE examples, for completeness. I'm hoping the reader can just spin up the sample and see it all in action, without being cook-booked through it, like you said. I should have it ready by the end of the week, if not a bit earlier. |
|
@Rick-Anderson Whenever you have time, could you take a look at the changes I made to the topic? Could you also provide a rendered view of the page so I can see what it looks like? |
|
To review the doc build
|
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
|
@Rick-Anderson I'm getting a 404 on the Dropbox link. If you're happy with how this renders, don't worry about providing a new link. |
|
Have a look at the published doc when you have time. |
Fixes #12580.