accept

HTTP Accept-* headers parsing.

Latest Version: 6.0.3
hapi-family
Installation:

npm: npm install @hapi/accept

yarn: yarn add @hapi/accept

Module Status:
Version License Node Dependencies CI
6.0.3
hapi helmet github logo
BSD 16, 18, 20 Dependency Status Build Status
5.0.2
hapi helmet github logo
BSD 16, 18, 20 Dependency Status Build Status

Introduction

Accept helps to answer the question of how best to respond to a HTTP request, based on the requesting browser's capabilities. Accept will parse the headers of a HTTP request and tell you what the preferred encoding is, what language should be used, and what charsets and media types are accepted.

Additional details about Accept headers and content negotiation can be found in IETF RFC 7231, Section 5.3.