http: httpfields docs

This commit is contained in:
uwaa 2025-01-19 01:26:22 +00:00
parent 4f3229e436
commit a9f7dad63e

View file

@ -1,7 +1,7 @@
namespace Uwaa.HTTP;
/// <summary>
/// General purpose implementation of <see cref="IHttpFields"/>.
/// Fields of a HTTP request/response header.
/// </summary>
public record HttpFields
{