RequestBufferingMiddleware

Namespace: ASPSecurityKit.NetCore.Middleware
Assembly: ASPSecurityKit.NetCore.dll

Summary

Middleware to enable buffering on the request body.

Constructors

#ctor(next)

Summary

Initializes a new instance of the RequestBufferingMiddleware class.

Parameters
Name Type Description
next Microsoft.AspNetCore.Http.RequestDelegate The next middleware to execute.

Methods

InvokeAsync(context)

Summary

Enables buffering on the request body.

Parameters
Name Type Description
context Microsoft.AspNetCore.Http.HttpContext The context.