vendor/github.com/sendgrid/rest/rest.go
changeset 260 445e01aede7e
parent 256 6d9efbef00a9
equal deleted inserted replaced
259:db4911b0c721 260:445e01aede7e
     8 	"net/http"
     8 	"net/http"
     9 	"net/url"
     9 	"net/url"
    10 )
    10 )
    11 
    11 
    12 // Version represents the current version of the rest library
    12 // Version represents the current version of the rest library
    13 const Version = "2.6.4"
    13 const Version = "2.6.9"
    14 
    14 
    15 // Method contains the supported HTTP verbs.
    15 // Method contains the supported HTTP verbs.
    16 type Method string
    16 type Method string
    17 
    17 
    18 // Supported HTTP verbs.
    18 // Supported HTTP verbs.