Identify headers with a default model, and then model them.
See original GitHub issueHeaders that extend HeaderKey.Default
should have a case class that models them as something more than a String. This task involves:
- Enumerating such headers, with link to relevant RFC.
- For each one, interpreting the RFC into a case class and writing the parser.
This, like the recent middleware reform, will be a source of good first issue tickets.
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (10 by maintainers)
Top Results From Across the Web
Dynamically find header rows and promote them in Power Query
Dynamically find a column header and promote them in power query is a very common requirement, specially if you are importing data from ......
Read more >HTTP headers - MDN Web Docs - Mozilla
An HTTP header consists of its case-insensitive name followed by a colon ( : ), then by its value. Whitespace before the value...
Read more >Headings
Header elements have the same content model as paragraphs, that is text and character level markup, such as character emphasis, inline images, form...
Read more >Promote or demote rows and column headers (Power Query)
To promote the first row to column headers, select Home > Use First Row As Headers. To demote column headers to the first...
Read more >c# - Bind query and header parameters to the same model
If the default source is not correct, use one of the following attributes to specify the source: [FromQuery] , [FromRoute] , [FromFrom] ,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@amitrai48 Sounds great!
I converted the list above to a checklist. I’ll try to keep that current as they’re claimed. It’s possible I missed some: if you get there, and it doesn’t extend
HeaderKey.Default
, please come back for another!I would like to pick
Access-Control-Expose-Headers
.