feat: support importing HAR ( Http Archive Format ) files (#4307)

* feat: import har files to hoppscotch

* chore: fix some edge cases

* chore: exclude query params from the generated request endpoint

---------

Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
Akash K
2024-08-29 14:33:07 +05:30
committed by GitHub
parent 55c1c31b73
commit 9a86d0c207
4 changed files with 287 additions and 0 deletions

View File

@@ -448,6 +448,8 @@
"from_postman_description": "Import from Postman collection",
"from_url": "Import from URL",
"gist_url": "Enter Gist URL",
"from_har": "Import from HAR",
"from_har_description": "Import from HAR file",
"gql_collections_from_gist_description": "Import GraphQL Collections From Gist",
"hoppscotch_environment": "Hoppscotch Environment",
"hoppscotch_environment_description": "Import Hoppscotch Environment JSON file",