JolieDoc for Port UriTemplates
From file uri_templates.iol
| Port Name |
Location |
Protocol |
| UriTemplates |
|
|
List of the available interfaces
Interface UriTemplatesIface
WARNING: the API of this service is experimental. Use it at your own risk.
Operation list
expand( ExpandRequest )( string )
match( UriMatchRequest )( MatchResponse )
Message type list
ExpandRequest
type ExpandRequest: void {
.template: string
.params?: undefined
}
UriMatchRequest
type UriMatchRequest: void {
.template: string
.uri: string
}
MatchResponse
type MatchResponse: undefined
Type list
undefined
type undefined: undefined