Skip to main content

Module rest

Module rest 

Source
Expand description

REST-PSM URI-Routing — Spec §8.3.1 + §8.3.3.

Enums§

RestMethod
HTTP-Method (Spec §8.3.2 erlaubt POST/PUT/GET/DELETE + HEAD wie GET).
RestRoute
Spec §8.3.3 Tab 5 — alle WebDDS-Operations als parametrisierte Routen.
RouteError
Routing-Fehler.

Constants§

REST_PREFIX
Spec §8.3.1 — URI-Prefix /dds/rest1.

Functions§

parse_route
Parst Method + URI in eine RestRoute.