feat: add reason phrase to http status code

This commit is contained in:
liyasthomas
2021-12-21 21:42:31 +05:30
parent 3e8ff8ebc9
commit 889b59e1e4
9 changed files with 183 additions and 41 deletions

View File

@@ -1,5 +1,13 @@
<template>
<div class="flex flex-col space-y-4 p-4 items-start">
<div class="flex flex-col">
<h2 class="inline-flex font-semibold text-secondaryDark pb-2">
{{ t("settings.interceptor") }}
</h2>
<p class="inline-flex">
{{ t("settings.interceptor_description") }}
</p>
</div>
<SmartToggle
:on="PROXY_ENABLED"
@change="toggleSettingKey('PROXY_ENABLED')"

View File

@@ -56,7 +56,7 @@ const text = "Hoppscotch - Open source API development ecosystem."
const description =
"Helps you create requests faster, saving precious time on development."
const subject = "Checkout Hoppscotch - an open source API development ecosystem"
const summary = `Hi there!%0D%0A%0D%0AI thought youll like this new platform that I joined called Hoppscotch - https://hoppscotch.io.%0D%0AIt is a simple and intuitive interface for creating and managing your APIs. You can build, test, document, and share your APIs.%0D%0A%0D%0AThe best part about Hoppscotch is that it is open source and free to get started.%0D%0A%0D%0A`
const summary = `Hi there!%0D%0A%0D%0AI thought you'll like this new platform that I joined called Hoppscotch - https://hoppscotch.io.%0D%0AIt is a simple and intuitive interface for creating and managing your APIs. You can build, test, document, and share your APIs.%0D%0A%0D%0AThe best part about Hoppscotch is that it is open source and free to get started.%0D%0A%0D%0A`
const twitter = "hoppscotch_io"
const copyIcon = ref("copy")