-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
plugin: rest
upstreams:
example:
url: https://example.com
resources:
# forward requests to upstream
- path: /*
passthrough: example
# mock a response
- path: /mock
response:
statusCode: 200
content: "Hello from a mock"
headers:
Content-Type: text/plainIs there a way to do this in JavaScript? If yes would it possible to add this example? I couldn't figure myself how to do passthrough part.
Metadata
Metadata
Assignees
Labels
No labels