An open API service indexing awesome lists of open source software.

https://github.com/tpeczek/lib.aspnetcore.clienthints

Lib.AspNetCore.ClientHints is a library which provides support for set of HTTP request header fields, colloquially known as Client Hints, to address a need to deliver optimized content for each device to ASP.NET Core
https://github.com/tpeczek/lib.aspnetcore.clienthints

asp-net-core asp-net-core-mvc client-hints

Last synced: 6 months ago
JSON representation

Lib.AspNetCore.ClientHints is a library which provides support for set of HTTP request header fields, colloquially known as Client Hints, to address a need to deliver optimized content for each device to ASP.NET Core

Awesome Lists containing this project

README

          

# Lib.AspNetCore.ClientHints
[![NuGet version](https://badge.fury.io/nu/Lib.AspNetCore.ClientHints.svg)](http://badge.fury.io/nu/Lib.AspNetCore.ClientHints) [![NuGet version](https://badge.fury.io/nu/Lib.AspNetCore.Mvc.ClientHints.svg)](http://badge.fury.io/nu/Lib.AspNetCore.Mvc.ClientHints)

Lib.AspNetCore.ClientHints is a library which provides support for set of HTTP request header fields, colloquially known as Client Hints, to address a need to deliver optimized content for each device to ASP.NET Core.

## Getting Started

You can get [Lib.AspNetCore.ClientHints](https://www.nuget.org/packages/Lib.AspNetCore.ClientHints) and [Lib.AspNetCore.Mvc.ClientHints](https://www.nuget.org/packages/Lib.AspNetCore.Mvc.ClientHints) from NuGet.

```
PM> Install-Package Lib.AspNetCore.ClientHints
```

```
PM> Install-Package Lib.AspNetCore.Mvc.ClientHints
```

## Documentation

There is a blog post available describing implementation details and usage basics:

- [Utilizing Save-Data client hint in ASP.NET Core MVC](https://www.tpeczek.com/2017/11/utilizing-save-data-client-hint-in.html)

## Consulting and Professional Services

Do you need help with any of my libraries, or with building features on top of what they provide? What about ASP.NET Core architecture, Azure architecture, or DevOps? I offer consulting and development services.

[![Book an Appointment](https://img.shields.io/badge/%20-Book%20an%20Appointment-%23006BFF?logo=calendly&logoColor=white&style=for-the-badge)](https://calendly.com/tpeczek/30min)
[![Send an Email](https://img.shields.io/badge/%20-Send%20an%20email-%23EA4335?logo=gmail&logoColor=white&style=for-the-badge)](mailto:tpeczek@gmail.com)

## Donating

My blog and open source projects are result of my passion for software development, but they require a fair amount of my personal time. If you got value from any of the content I create, then I would appreciate your support by [sponsoring me](https://github.com/sponsors/tpeczek) (either monthly or one-time).

## Copyright and License

Copyright © 2017 - 2025 Tomasz Pęczek

Licensed under the [MIT License](https://github.com/tpeczek/Lib.AspNetCore.ClientHints/blob/master/LICENSE.md)