Net.Http.Headers API inventory
Provides strongly named HTTP request, response, content, and general header value types.
Ownership and selection
| Fact | Pinned value |
|---|---|
| Physical owner | modules/net-http-headers |
| CMake target | SharpRuntime::Net.Http.Headers |
| Component kind | static |
| Direct production dependencies | Collections.Core, Core.Base, Uri, Net (private) |
| External dependency | None |
| Public headers | 25 |
| Production sources | 24 |
Select the component
set(SHARP_RUNTIME_COMPONENTS Net.Http.Headers)
set(SHARP_RUNTIME_BUILD_TESTS OFF CACHE BOOL "" FORCE)
add_subdirectory(sharp-runtime)
target_link_libraries(app PRIVATE SharpRuntime::Net.Http.Headers)Compatibility and platform notes
Portable parsing and formatting helpers. Header type breadth does not add transport features such as TLS, HTTP/2, or managed handler pipelines.
Implementation-status evidence
The owning module contains 27 C++ test sources and participates in a physical component test executable. Source-file count is not a discovered-test count.
This page deliberately reports source and test topology instead of a hand-authored Done/Partial maturity badge. Consult limitations and subsystem documentation for material behavioral reductions.
Public header and entry inventory
This complete list is derived from modules/net-http-headers/include. Each filename is a public discovery entry; it may declare more than one type, and it does not imply method-level .NET parity.
System::Net::Http::Headers25 public headers
System/Net/Http/Headers/AuthenticationHeaderValue.hppSystem/Net/Http/Headers/CacheControlHeaderValue.hppSystem/Net/Http/Headers/ContentDispositionHeaderValue.hppSystem/Net/Http/Headers/ContentRangeHeaderValue.hppSystem/Net/Http/Headers/EntityTagHeaderValue.hppSystem/Net/Http/Headers/HttpContentHeaders.hppSystem/Net/Http/Headers/HttpHeaders.hppSystem/Net/Http/Headers/HttpHeadersNonValidated.hppSystem/Net/Http/Headers/HttpRequestHeaders.hppSystem/Net/Http/Headers/HttpResponseHeaders.hppSystem/Net/Http/Headers/MediaTypeHeaderValue.hppSystem/Net/Http/Headers/MediaTypeWithQualityHeaderValue.hppSystem/Net/Http/Headers/NameValueHeaderValue.hppSystem/Net/Http/Headers/NameValueWithParametersHeaderValue.hppSystem/Net/Http/Headers/ProductHeaderValue.hppSystem/Net/Http/Headers/ProductInfoHeaderValue.hppSystem/Net/Http/Headers/RangeConditionHeaderValue.hppSystem/Net/Http/Headers/RangeHeaderValue.hppSystem/Net/Http/Headers/RangeItemHeaderValue.hppSystem/Net/Http/Headers/RetryConditionHeaderValue.hppSystem/Net/Http/Headers/StringWithQualityHeaderValue.hppSystem/Net/Http/Headers/TransferCodingHeaderValue.hppSystem/Net/Http/Headers/TransferCodingWithQualityHeaderValue.hppSystem/Net/Http/Headers/ViaHeaderValue.hppSystem/Net/Http/Headers/WarningHeaderValue.hpp