Package io.micronaut.http.server.binding
HTTP server request binding.
- Since:
- 1.0
-
Class Summary Class Description BasicAuthArgumentBinder Responsible for binding to aBasicAuth
argument from the authorization header in the request.LocaleArgumentBinder BindsLocale
arguments in controller methods using theLocaleResolver
.RequestArgumentSatisfier A class containing methods to aid in satisfying arguments of aRoute
.