Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols
|
|
input:
|
||
|
|
stdin: {}
|
||
|
|
|
||
|
|
output:
|
||
|
|
http_server:
|
||
|
|
address: "0.0.0.0:4196"
|
||
|
|
path: /get
|
||
|
|
stream_path: /get/stream
|
||
|
|
ws_path: /get/ws
|
||
|
|
allowed_verbs:
|
||
|
|
- GET
|