aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/aws/aws-sdk-go/aws/request/request_1_8.go
blob: 8b963f4de27949c84b0246b8cc614807e8065ae1 (plain)
1
2
3
4
5
6
7
8
9
// +build go1.8

package request

import "net/http"

// Is a http.NoBody reader instructing Go HTTP client to not include
// and body in the HTTP request.
var noBodyReader = http.NoBody