-
Notifications
You must be signed in to change notification settings - Fork 694
Open
Labels
enhancementNew feature or requestNew feature or requestopen-to-contributionOpen to external contributersOpen to external contributerstopic: curl options
Description
Problem to solve
It seems hurl does not support DIGEST authentication which is supported in curl via --digest.
Proposal
Similar to basic authentication it should be possible to define something like this:
[DigestAuth]
user: password
This should behave equivalent to --digest --user user:password in curl.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestopen-to-contributionOpen to external contributersOpen to external contributerstopic: curl options