PHP Classes

File: Env.route.example.md

Recommend this page to a friend!
  Packages of Ramesh Narayan Jangid (Sharma)   Open Swoole Microservices   Env.route.example.md   Download  
File: Env.route.example.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Open Swoole Microservices
Implement microservices using Open Swoole
Author: By
Last change:
Date: 8 hours ago
Size: 1,173 bytes
 

Contents

Class file image Download

Request Control

Control major request access and set respective keywords to make routes unique for your services.

Route keyword

Route starting with configured params keyword

dropboxRequestRoutePrefix='cdn'
cronRequestRoutePrefix='cron'
customRequestRoutePrefix='custom'
thirdPartyRequestRoutePrefix='thirdParty'
uploadRequestRoutePrefix='upload'

Route ending with configured params keyword

; Explain Route & its Payload
explainRequestRouteKeyword='explain'    ; to append "/explain" at the end of route
importRequestRouteKeyword='import'      ; to append "/import" at the end of route
importSampleRequestRouteKeyword='import-sample'

Exact route

routesRequestRoute='routes'
reloadRequestRoutePrefix='reload'

Contributing

Issues and feature request are welcome.<br /> Feel free to share them on issues page

Author

  • Ramesh N. Jangid (Sharma)

Github: @polygoncoin

License

Copyright © 2026 Ramesh N. Jangid (Sharma).<br /> This project is MIT licensed.