Markdown Route - SimonRichardson/butler GitHub Wiki
# [Butler](http://github.com/simonrichardson/butler)
### Serving you content in a monadic style.
======
- [Route definitions](#routes)
#### Routes
The route definitions for your service are as follows:
Adding the example
#### Route [POST] [/name/:id]
- Request
- Headers
- `Accept-Language: en`
- `Content-Type: application/json`
- Body
- Response
- Headers
- `Content-Type: application/json`
- Body
+ age [int]
+ last-name [string]
+ first-name [string]
- Example
```
{
"first-name": "๓ฃท๓ท๒ซธ๔ฒ์ ๒ จ๒ฌฑๆ๎ทฒ๐จ๒ช๓ปช๓ฏญ๐ ค๔ผ๑ถ
๑ง๓ณง๓
ฃ๒ข๑ต๒๓ป๑ฃ๒บ๐ณจ๒ทก๑บ๓ง๋ฒ๔ฎก๑กพ๋๓ค๑ฎท๐ฝฑ๒ธ",
"last-name": "๓พ๑ฏ๏๒ฉค๓๑ป๐ฝ",
"age": 3072882258355897047
}
```
------
->[Served by Butler](http://github.com/simonrichardson/butler)<-