Skip to content

feat: .httpie file#1880

Open
gszr wants to merge 1 commit into
httpie:masterfrom
gszr:master
Open

feat: .httpie file#1880
gszr wants to merge 1 commit into
httpie:masterfrom
gszr:master

Conversation

@gszr

@gszr gszr commented Jun 25, 2026

Copy link
Copy Markdown

First, thank you for this amazing tool :-)

Here's a (vibe-coded) POC for .httpie, a per-project file that sets always-sent headers - or other request parts. If you are lazy like me and do not want to keep inserting the same request headers / params over and over.

Sample:

{
  "headers": {
    "Authorization": "Bearer asdasdasdasdads"
  }
}

Then Authorization will always be sent in httpie requests - but can still be overridden if explicitly given.

Let me know what you think, happy to clean this up, pursue a different direction, or close the PR if this isn't of interest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant