Found 2,053 packages
HTTP header parser implementations. This package was built from the source code at https://github.com/dotnet/dotnet/tree/c2435c3e0f46de784341ac3ed62863ce77e117b4
Contains types that represent HTTP request and response headers. This library is used with classes such as System.Net.HttpWebRequest and System.Net.HttpWebResponse and allows developers to query/edit header names/values. Commonly Used Types: System.Net.HttpRequestHeader System.Net.HttpResponseHeader System.Net.WebHeaderCollection When using NuGet 3.x this package requires at least version 3.4.
Head element support (change the document title, "meta" elements such as OGP, and "link" elements such as canonical url, favicon) for Blazor apps.
ASP.NET Core basic middleware for supporting HTTP method overrides. Includes: * X-Forwarded-* headers to forward headers from a proxy. * HTTP method override header.
At under 5K minified & gzipped HeadJS provides you with: * Asset Loader: Load scripts and stylesheets when you need them. head.load("file1.js" , "file2.js" , function() { done(); }) head.load("file1.css", "file2.css", function() { done(); }) * JavaScript Organizer: Defer execution to the bottom of page. head.ready(function() { imReady(); }) * Responsive Design: Detect and react to resolutions with simple css classes or js tests that work without media query support. .landscape, .lt-800, .gt-1680, if (head.mobile) { } * Browser Detection: Detect browsers & their version, and apply css or js logic to them. .gt-ie6, .lt-ie10, if (head.browser.ios) { } * Feature Detection: Detect browser features like cssreflections, touch-enabled .no-touch if (!head.touch) { } * CSS Moderniser: Detect css support like box-shadow, border-radius .no-borderradius, if (!head.borderradius) { } * CSS Router: Detect which page and section someone is on and target it with specific css. .index-page, .register-page, .root-section, .user-section, * HTML5 Shim: Need to support the new HTML5 tags in older browsers ? No problem !
AngleSharp is the ultimate angle brackets parser library. It parses HTML5, CSS3, and XML to construct a DOM based on the official W3C specification.
ASP.NET Core middleware to propagate HTTP headers from the incoming request to the outgoing HTTP Client requests This package was built from the source code at https://github.com/dotnet/dotnet/tree/c2435c3e0f46de784341ac3ed62863ce77e117b4
Middleware for ASP.NET Core to automatically add security headers to requests.
Provides a programming interface for modern HTTP applications, including HTTP client components that allow applications to consume web services over HTTP and HTTP components that can be used by both clients and servers for parsing HTTP headers. Commonly Used Types: System.Net.Http.HttpResponseMessage System.Net.Http.DelegatingHandler System.Net.Http.HttpRequestException System.Net.Http.HttpClient System.Net.Http.MultipartContent System.Net.Http.Headers.HttpContentHeaders System.Net.Http.HttpClientHandler System.Net.Http.StreamContent System.Net.Http.FormUrlEncodedContent System.Net.Http.HttpMessageHandler When using NuGet 3.x this package requires at least version 3.4.
ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state.
dtos
Simple HTML page builder allowing you to specify head elements and add body elements using simple methods.
API to retrieve podcast data from the iTunes Podcast service.
SmartHead.Essentials.Application
Playwright enables reliable end-to-end testing for modern web apps. It is built to enable cross-browser web automation that is ever-green, capable, reliable and fast. Learn more at https://playwright.dev/dotnet/.
Headless Browser .NET API
Lodash.Head binding library for Bridge.NET projects.