ShellYard
Last reviewed against v0.9.0 source: internal/tools/http_import_curl.go, internal/tools/http_import_har.go

Import — cURL + HAR

Paste a curl command or drop a HAR file. Each request becomes a saved request.

cURL

Paste a curl … command into the Import panel’s curl box. Recognized flags:

  • -X / --request — method
  • -H / --header — request header
  • -d / --data / --data-urlencode / --data-binary — body
  • -u / --user — Basic auth
  • -b / --cookie — cookie

The result is a single saved request you can drop into a collection.

HAR

Drop a .har file to import every captured request as a saved-request batch grouped by page reference.