Table of Contents

Class HttpPostMiddleware

Namespace
HotChocolate.AspNetCore
Assembly
HotChocolate.AspNetCore.dll
public sealed class HttpPostMiddleware : HttpPostMiddlewareBase, IDisposable
Inheritance
HttpPostMiddleware
Implements
Inherited Members

Constructors

HttpPostMiddleware(RequestDelegate, IRequestExecutorResolver, IHttpResponseFormatter, IHttpRequestParser, IServerDiagnosticEvents, string)

public HttpPostMiddleware(RequestDelegate next, IRequestExecutorResolver executorResolver, IHttpResponseFormatter responseFormatter, IHttpRequestParser requestParser, IServerDiagnosticEvents diagnosticEvents, string schemaName)

Parameters

next RequestDelegate
executorResolver IRequestExecutorResolver
responseFormatter IHttpResponseFormatter
requestParser IHttpRequestParser
diagnosticEvents IServerDiagnosticEvents
schemaName string