docs(http-request): add custom request action

This commit is contained in:
Ali BARIN
2023-02-02 22:34:42 +00:00
parent 2f64a074c6
commit 08ac3fb984
5 changed files with 27 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/http-request.svg
items:
- name: Custom Request
desc: Makes a custom HTTP request by providing raw details.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -0,0 +1,3 @@
# HTTP Request
HTTP Request is a built-in app shipped with Automatisch, and it doesn't need to talk with any other external service to run. So there are no additional steps to use the HTTP Request app.