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
# Create session named user1
http --session=user1 -a user1:password pie.dev/get X-Foo:Bar
# Refer to the session by its name
http --session=user1 pie.dev/get
# To create or reuse a different session, simple specify a different name
http --session=user2 -a user2:password pie.dev/get X-Bar:Foo
The text was updated successfully, but these errors were encountered:
See details https://httpie.io/docs#named-sessions
Usage examples:
The text was updated successfully, but these errors were encountered: