mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
20 lines
413 B
Text
20 lines
413 B
Text
<%# coding: UTF-8 -%>
|
|
## <%= title %>
|
|
<%= description %>
|
|
<% rid = route_info_doc %>
|
|
<% if rid %>
|
|
#### Parameters
|
|
|
|
<%= rid %>
|
|
<% end %>
|
|
#### Request
|
|
```
|
|
<%= method %> <%= request.path %><%= request_query %> <%= request_http_version %>
|
|
<%= request_header %><%= request_body_section %>
|
|
```
|
|
|
|
#### Response
|
|
```
|
|
<%= response_http_version %> <%= response.status %>
|
|
<%= response_header %><%= response_body_section %>
|
|
```
|