grim/resticide

Add a bunch of stuff to the readme
develop tip
2016-07-09, Gary Kramlich
f8bc0c4813a9
Add a bunch of stuff to the readme
package test
// Response represents an expected response
type Response struct {
StatusCode int
Headers map[string][]string
Body string
JSONSchema map[string]interface{}
File map[string]string
}