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)<-