Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: runtime deprecate access to process.binding('http_parser')
The internal HTTP Parser constructor and methods list are available via `require('_http_parser')`, there's no need for the ecosystem to access via `process.binding()` Signed-off-by: James M Snell <jasnell@gmail.com>
- Loading branch information