]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - vendor/github.com/aws/aws-sdk-go/aws/request/request_1_8.go
Initial transfer of provider code
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / aws / aws-sdk-go / aws / request / request_1_8.go
1 // +build go1.8
2
3 package request
4
5 import "net/http"
6
7 // Is a http.NoBody reader instructing Go HTTP client to not include
8 // and body in the HTTP request.
9 var noBodyReader = http.NoBody