
Security News
curl Shuts Down Bug Bounty Program After Flood of AI Slop Reports
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.
This cli module is a simple HTTP client similar to httpie, but with a lot less functionality. It is build on top of node-fetch and uses prettyjson to provide nice formatting.
$ npm install -g httpness
Or
$ yarn add global httpness
After the module has been installed globally, it can be called from the terminal:
$ httpness --url=https://jsonplaceholder.typicode.com/posts/1
This will output:
It also supports other HTTP methods like POST:
$ httpness --url=https://jsonplaceholder.typicode.com/posts --method=POST --body={title: 'Hi', body: 'Friend', userId: 1}
This will output:
The following argument flags are supported:
| Flag | Description | Default | Example |
|---|---|---|---|
--url, -url, --u or -u | The URL to make request to. Required | - | --url=https://jsonplaceholder.typicode.com/posts/1 |
--method, -method, --m or -m | The HTTP method to use. | GET | --method=POST |
--body, -body, --b or -b | Body to send with request. | '' | --body={title: 'Hi', body: 'Friend', userId: 1} |
--headers, -headers, --h or -h | Headers to send with request. | {} | --headers={Content-Type: 'application/json; charset=utf-8'} |
--credentials, -credentials, --c or -c | Credentials to send with request. | '' | --credentials=same-origin |
Contributions are welcome. Please open up an issue or create PR if you would like to help out.
Note: If editing the README, please conform to the standard-readme specification.
Licensed under the MIT License.
FAQs
Simple AF CLI HTTP client
The npm package httpness receives a total of 2 weekly downloads. As such, httpness popularity was classified as not popular.
We found that httpness demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.

Product
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.