# node-saccept **Repository Path**: mirrors_yorkie/node-saccept ## Basic Information - **Project Name**: node-saccept - **Description**: Semantic HTTP accept parser - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README node-saccept ==================== Semantic HTTP accept parser ### What's Semantic HTTP Accept? ``` application/vnd.github.v3+json ``` Insipred by [Github API documentation](https://developer.github.com/v3/). Coming Soon... ### Installation ```sh $ npm install --save saccept ``` ### Example * express-saccept: https://github.com/yorkie/express-saccept * koa-saccept: https://github.com/yorkie/koa-saccept ### License MIT