Skip to content

A middleware that listens to application requests and validates them, allows them to be processed by `IEndpointHostRequestHandler` and `IEndpointHostResult`. Allow to expose application endpoint, without any (bypassing) controllers.

License

Notifications You must be signed in to change notification settings

I-RzR-I/EndpointHostBinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note This repository is developed using .netstandard2.0, .netstandard2.1.

Name Details
EndpointHostBinder NuGet Version Nuget Downloads

A middleware that listens to application requests and validates them, allows them to be processed by IEndpointHostRequestHandler and IEndpointHostResult. Allow to expose application endpoint, without any (bypassing) controllers.

To understand more efficiently how you can use available functionalities please consult the using documentation/file.

In case you wish to use it in your project, u can install the package from nuget.org or specify what version you want:

Install-Package EndpointHostBinder -Version x.x.x.x

Content

  1. USING
  2. CHANGELOG
  3. BRANCH-GUIDE

About

A middleware that listens to application requests and validates them, allows them to be processed by `IEndpointHostRequestHandler` and `IEndpointHostResult`. Allow to expose application endpoint, without any (bypassing) controllers.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published