From 1eb9eb911e1589b322793f0f0eef62f0bb472d0c Mon Sep 17 00:00:00 2001 From: Anwarul Islam Date: Thu, 23 Dec 2021 01:57:06 +0600 Subject: [PATCH] feat: import cURL on paste (#2037) * feat: import cURL on paste * feat: import cURL on paste * feat: pasting cURL command on url field does not paste it in Co-authored-by: Andrew Bastin --- .../components/http/ImportCurl.vue | 15 ++++++++++-- .../components/http/Request.vue | 24 +++++++++++++++++++ .../components/smart/EnvInput.vue | 4 ++++ packages/hoppscotch-app/helpers/curlparser.ts | 5 ++++ 4 files changed, 46 insertions(+), 2 deletions(-) diff --git a/packages/hoppscotch-app/components/http/ImportCurl.vue b/packages/hoppscotch-app/components/http/ImportCurl.vue index 4f600ea2c..2f922cc1a 100644 --- a/packages/hoppscotch-app/components/http/ImportCurl.vue +++ b/packages/hoppscotch-app/components/http/ImportCurl.vue @@ -11,6 +11,7 @@