nui_web library
Classes
- NUIConnectionContainer
- NUIConnectionUtil
- NUIHttpCacheResponse
- NUIHttpCacheResponseEntity
-
NUIHttpResponse<
T> - NUIHttpStandardErrorResponse
- NUIHttpStandardResponseEntity
- NUIInterceptor
- NUIOnRequestInterceptor
- NUIOnResponseInterceptor
- NUIStandardHttpResponse
- NUIStandardHttpResponseEntity
- NUIWeb
- NUIWebBuilder
- NUIWebInterceptor
- NUIWebInterceptorResponse
- NUIWebInterface
Typedefs
- ConnectivityChangeListener = void Function(ConnectivityResult result, bool hasInternet)
- HttpAdditionalHandler = void Function(NUIHttpResponse)
- HttpErrorHandler = void Function(String code, int? retryCount)
-
HttpExceptionWrapper<
T extends NUIEnt> = Future< NUIHttpResponse< Function(int retryCount)T> > -
HttpHeaderSetter
= Map<
String, String> Function() - HttpRetryHandler = bool Function(NUIHttpResponse)
- NUIConnectivityWidgetBuilder = Widget Function(BuildContext context, NUIConnectionState state)