AspNetCore.Docs/aspnetcore/fundamentals/http-requests
Kirk Larkin ce87a9b905
Demonstrate GET, POST, PUT, and DELETE with HttpClient (#18650)
* dotnet new webapp

* Cleanup scaffolding and move to CDNs/inline CSS

* Add basic Web API for TodoItems

* RP examples for hitting the API with CRUD

* Use a Typed Client for deduplication

* Use the incoming URL to determine HttpClient.BaseAddress

* Add an explanation to the topic

* Update aspnetcore/fundamentals/http-requests.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-06-11 10:10:41 -10:00
..
samples Demonstrate GET, POST, PUT, and DELETE with HttpClient (#18650) 2020-06-11 10:10:41 -10:00