practical-aspnetcore icon indicating copy to clipboard operation
practical-aspnetcore copied to clipboard

microsoft.net.http.headers

Open dodyg opened this issue 4 years ago • 4 comments

https://docs.microsoft.com/en-us/dotnet/api/microsoft.net.http.headers?view=aspnetcore-5.0

dodyg avatar Feb 08 '21 14:02 dodyg

Hello @dodyg I would like to work on this issue. What would you like done?

Joshimar1 avatar Dec 08 '22 21:12 Joshimar1

Check the existing samples regarding headers here https://github.com/dodyg/practical-aspnetcore/tree/net6.0/projects/request and compare it against the properties and methods on above link. Fill the missing gap with samples.

dodyg avatar Dec 12 '22 07:12 dodyg

When you say fill in the gaps would that be adding to the HeaderNames as shown?

Github screenshot

Joshimar1 avatar Dec 23 '22 00:12 Joshimar1

No, it's more about the properties and methods in this namespace https://learn.microsoft.com/en-us/dotnet/api/microsoft.net.http.headers?view=aspnetcore-5.0

In the namespace for example you find properties such as

CacheControlHeaderValue

MediaTypeHeaderValue

EntityTagHeaderValue

You can make simple samples out of these properties.

dodyg avatar Dec 25 '22 11:12 dodyg