Skip to content

Provides utility functionality for HTTP interaction in .NET

License

Notifications You must be signed in to change notification settings

bradtglass/Glassy.Http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glassy.Http

Provides utility functionality for HTTP interaction in .NET

Stable PreReleaseBuild

Getting Started

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.

Prerequisites

Installing

Clone the repo:

git clone https://github.com/G18SSY/Glassy.Http.git

Open Glassy.Http.sln in Visual Studio 2019

Running the tests

Quality Test

TBC

Style Tests

TBC

Deployment

Run the following command in the Package Manager Console or go to the NuGet site.

PM> Install-Package Glassy.Http.AspNetCore

Features

  • 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

Contributing

TBC

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Brad Glass - Initial work - G18SSY

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • Fluent API design was based on the fantastic Autofac API

About

Provides utility functionality for HTTP interaction in .NET

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages