gengojs-default-header
The default header plugin for gengojs
The default header plugin for gengojs
HTTP content negotiation
Parse accept-language header and attach to request for hapi
A util function for getting the request languages from the Hapi request object
Parse the accept-language header from a HTTP request
Small parser that parses Accept-Language headers and sorts by quality.
Parse an accept-language header as described in [the HTTP/1.1 spec](https://httpwg.org/specs/rfc7231.html#header.accept-language) into an navigator.languages array as described in [the html spec](https://html.spec.whatwg.org/multipage/system-state.html#do
HTTP content negotiation
Resolve the preferred locale based on the value of an `Accept-Language` HTTP header.
http header 인 accept-language 헤더를 파싱하여 주는 node.js용 미들웨어 입니다. express.js와 호환됩니다.
Returns an array of `locale` strings, sorted by quality, given the string from an HTTP `Accept-Language` header.