Interface | Description |
---|---|
HttpRequestMessageBuilder<T> |
Utility interface to help with testing of Azure cloud functions.
|
HttpRequestMessageBuilder.AzureHttpResponseMessage |
An azure response message.
|
Class | Description |
---|---|
AzureBinderRegistry |
Implementation of
ServletBinderRegistry for Azure. |
AzureFunctionHttpRequest<B> |
Implementation of Micronaut's request interface for Azure.
|
AzureFunctionHttpResponse<B> |
Azure implementation of
ServletHttpResponse . |
AzureHttpFunction |
This class can be used as a base class for Azure HTTP functions that wish to route requests
to classes annotated with
Controller and the others annotations in the
io.micronaut.http.annotation package. |