Provides utility functionality for HTTP interaction in .NET
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Visual Studio 2019
Clone the repo:
git clone https://github.com/G18SSY/Glassy.Http.git
Open Glassy.Http.sln in Visual Studio 2019
TBC
TBC
Run the following command in the Package Manager Console or go to the NuGet site.
PM> Install-Package Glassy.Http.AspNetCore
- Parameter parser for extracting parameters from Microsoft.AspNetCore.Http.HttpRequest. This was originally designed for simplifying the production of RESTful HTTP APIs in Azure Functions apps (>= v2) and can extract parameters from:
- Headers
- Query strings
- Route
TBC
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Brad Glass - Initial work - G18SSY
This project is licensed under the MIT License - see the LICENSE file for details
- Fluent API design was based on the fantastic Autofac API