This gem provides a (hopefully) high quality http parser library that can build request information iteratively as data comes over the line without requiring the caller to maintain the entire body of the request as a single string in memory.
This gem provides a (hopefully) high quality http parser library that can build request information iteratively as data comes over the line without requiring the caller to maintain the entire body of the request as a single string in memory.
To install rb-http_parser, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-http_parser
To see what files were installed by rb-http_parser, run:
port contents rb-http_parser
To later upgrade rb-http_parser, run:
sudo port selfupdate && sudo port upgrade rb-http_parser
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.