Package io.gravitee.gateway.reactive.api.context.http
package io.gravitee.gateway.reactive.api.context.http
-
InterfacesClassDescriptionBase interface any http-based execution context interface can inherit from.Base interface for all http-based requests.Base interface for all http-based responses.Allows accessing the specificities related to
HttpPlainExecutionContextandHttpMessageExecutionContextfrom a http context that can mutate from plain to messages.Specialize http execution context allowing access to anHttpMessageRequestandHttpMessageResponsethat manipulates flow of messages.Represents a request that can manipulate a flow of messages.Represents a response that can manipulate a flow of messages.Http execution context allowing access toHttpPlainRequestandHttpPlainResponsethat manipulates raw http bodies (content or chunks).Represents a request that can manipulate a plain http body (as a single buffer or a flow of chunks).Represents a response that can manipulate a plain http body (as a single buffer or a flow of chunks).Allows accessing the specificities related toHttpPlainRequestandHttpMessageResponsefrom a http request that can mutate from plain to messages.Allows accessing the specificities related toHttpPlainRequestandHttpMessageResponsefrom a http request that can mutate from plain to messages.