You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
autocannon docs say that headers can be sent as -H k=v but I see that cUrl compatible format can be used -H k:v,
I don't know if it is intended or not, but it is better to use the cUrl-compatible format and refer to that in your docs
-H/--headers K=V
The request headers.
should be changed to
-H/--headers k:V
The text was updated successfully, but these errors were encountered:
autocannon docs say that headers can be sent as
-H k=v
but I see that cUrl compatible format can be used-H k:v
,I don't know if it is intended or not, but it is better to use the cUrl-compatible format and refer to that in your docs
should be changed to
-H/--headers k:V
The text was updated successfully, but these errors were encountered: