Interface IHttpInteractionProcessor
- Namespace
- NetCord.Hosting.AspNetCore
- Assembly
- NetCord.Hosting.AspNetCore.dll
public interface IHttpInteractionProcessor
Methods
ProcessAsync(HttpContext)
Processes an incoming HTTP interaction request.
Task ProcessAsync(HttpContext context)
Parameters
contextHttpContextThe HttpContext of the incoming request.