Practicing and exploring
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring this chapter’s topics with deeper research.
Exercise 15.1 – Online material
Online material could be created by Microsoft or third-parties, or extra content for this book.
Implementing advanced features for web services
If you would like to learn about web service health checks, OpenAPI analyzers, adding security HTTP headers, and enabling HTTP/3 support for HttpClient
, then you can read the optional online-only section at the following link:
https://github.com/markjprice/cs13net9/blob/main/docs/ch15-advanced.md
Minimal APIs parameter binding
You can learn more about how to convert HTTP request data into strongly typed parameters for Minimal APIs endpoints at the following link:
https://learn.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis/parameter-binding
Refit client
Refit is an...