hoegertn / restdoc-java-server

Java Server implementation of RestDoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React to {param} in Path

hoegertn opened this issue · comments

Performing an OPTIONS request with an unexpanded URI path MUST return a RestDoc resource description. Given our example application the request OPTIONS /%7Blocale%7D/%7BmessageId%7D HTTP/1.1 MUST return the RestDoc resource description for the "LocalizedMessage" resource.