mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-16 18:53:33 +00:00
add layout for remaining processors/modules and order everything
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
title: Make HTTP Request
|
||||
sidebar:
|
||||
label: Make Request
|
||||
order: 1
|
||||
---
|
||||
|
||||
- **type**: `http.request.do`
|
||||
- **params**:
|
||||
- **method**
|
||||
- **url**
|
||||
@@ -0,0 +1,11 @@
|
||||
---
|
||||
title: Create HTTP Response
|
||||
sidebar:
|
||||
label: Create
|
||||
order: 2
|
||||
---
|
||||
|
||||
- **type**: `http.response.create`
|
||||
- **params**:
|
||||
- **status**
|
||||
- **body**
|
||||
Reference in New Issue
Block a user