Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added option for custom headers #887

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 14, 2024

  1. Add -H/--header option

    dxdxdt committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4a525a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Add tests for --header option, accept empty header

    - Change --help option output
    - Accept empty header to conform to RFC 7230 (-H "empty-header" or
      -H "empty-header:")
    dxdxdt committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    0942b59 View commit details
    Browse the repository at this point in the history
  2. Doc -H/--header option

    dxdxdt committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    95e3cdc View commit details
    Browse the repository at this point in the history