Dispatches request processing by requested language.
Performs content negotiation based on Accept-Language header. Then calls handler based on negotiation results.
Appends Vary: Accept-Language header to the response.
Vary: Accept-Language
Issues 406 (Not Acceptable) error if no matching handler found.
Generated using TypeDoc
Dispatches request processing by requested language.
Performs content negotiation based on Accept-Language header. Then calls handler based on negotiation results.
Appends
Vary: Accept-Language
header to the response.Issues 406 (Not Acceptable) error if no matching handler found.