Expand description
REST-PSM URI-Routing — Spec §8.3.1 + §8.3.3.
Enums§
- Rest
Method - HTTP-Method (Spec §8.3.2 erlaubt POST/PUT/GET/DELETE + HEAD wie GET).
- Rest
Route - Spec §8.3.3 Tab 5 — alle WebDDS-Operations als parametrisierte Routen.
- Route
Error - Routing-Fehler.
Constants§
- REST_
PREFIX - Spec §8.3.1 — URI-Prefix
/dds/rest1.
Functions§
- parse_
route - Parst Method + URI in eine
RestRoute.