{"library":"parse-http-header","install":[{"cmd":"npm install parse-http-header","imports":["const parseHttpHeader = require('parse-http-header');","const headerValue = parseHttpHeader('text/html; charset=UTF-8');\nconst mainType = headerValue[0]; // 'text/html'\nconst charset = headerValue.charset; // 'UTF-8'"]},{"cmd":"yarn add parse-http-header","imports":[]},{"cmd":"pnpm add parse-http-header","imports":[]}]}