Commit Graph

24 Commits

Author SHA1 Message Date
Tanner Nelson 4942f1c40f
fixes vapor/vapor#805 2017-02-02 14:17:51 +01:00
Casper Rasmussen 2417d36d87 Merge pull request #109 from vapor/Casperhr-form-data-ex
Updated with a form-data example
2017-01-13 19:52:39 +01:00
Casper Rasmussen a4a59a77d1 updated comments 2017-01-13 19:51:52 +01:00
Casper Rasmussen e7e1f1696c Updated POST examples 2017-01-13 19:45:52 +01:00
Dominik Hádl 20e8ee22ce Fix a typo in cors docs
The word "ways" was misspelled as "wasy".
2017-01-13 16:31:25 +00:00
Dominik Hadl aa76816b68
Add CORS documentation 2017-01-13 10:22:50 +00:00
Casper Rasmussen 6cead31707 Updated with a form-data example 2017-01-12 01:46:21 +01:00
Tanner Nelson a2fde4c0f4 use new droplet init methods 2016-11-02 12:43:48 -04:00
Tanner Nelson 4132b7b5ab
addl config docs 2016-09-29 20:15:28 -04:00
Tanner Nelson 7a84e63fb7
add client config 2016-09-29 19:41:38 -04:00
Tanner Nelson 2d5d8e5614
server / tls config 2016-09-29 19:25:12 -04:00
vikin d423307282 Update request.md 2016-09-17 13:09:46 +08:00
vikin f63a6aad73 update get Content command
If you want to get content , must be unpacking;
```swift
request.data["hello"].string -> request.data["hello"]!.string
```
2016-09-17 11:31:13 +08:00
Tanner Nelson b5073d8e99
addl updates 2016-09-15 00:48:13 -04:00
Eneko Alonso 361c6f5aa4 Improved Query Parameters section 2016-09-11 09:56:06 -07:00
Isaac Overacker 7be48d9c02 Trivial spelling and whitespace fixes in docs. 2016-08-26 15:26:27 -07:00
Tanner Nelson 85e9de39e7
update manual quickstart + version 2016-08-04 16:24:29 -04:00
Logan Wright cb2a57ef5e client docs 2016-08-03 22:22:12 -04:00
Logan Wright 7d99a80350 body 2016-08-03 21:32:25 -04:00
Logan Wright 6c79cd239e responder 2016-08-03 20:26:26 -04:00
Logan Wright 2649cd1ffa fix code format and headers depth 2016-08-03 19:49:23 -04:00
Logan Wright 1dd712d450 representable 2016-08-03 19:46:53 -04:00
Logan Wright 054bdbdd1b request and response 2016-08-03 17:46:34 -04:00
Tanner Nelson 8622dcb14c
starting views 2016-08-02 16:02:11 -04:00