Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 668 Bytes

Escape.md

File metadata and controls

41 lines (28 loc) · 668 Bytes

test v0.13.0

RESTful web API Documentation Generator

Escape

Escape Example

Back to top

Escape Example data.

GET /test/escape

Examples

Example usage:

curl -i http://localhost/escape/text
<b>curl -i http://localhost/escape/html</b>
<xml>curl -i http://localhost/escape/xml</xml>

Success response example

Success response example - Example Response

HTTP/1.1 200 OK {
  field_text: 'text-value',
  field_html: '<b>html-value</b>',
  field_xml: '<xml>xml-value</xml>'
}