diff options
author | Avi Goldman <avrahamymgoldman@gmail.com> | 2016-06-09 13:56:38 -0400 |
---|---|---|
committer | Avi Goldman <avrahamymgoldman@gmail.com> | 2016-06-09 13:56:38 -0400 |
commit | a5847be109dc6350fb0bc8beb8d0ba8bc23b75b6 (patch) | |
tree | 80f1c483b3e50142eb10d9eb66b9981f4b904abe | |
parent | 543585acca6ec21d016da4e1211ac451fb197054 (diff) | |
download | php-sparkpost-a5847be109dc6350fb0bc8beb8d0ba8bc23b75b6.zip php-sparkpost-a5847be109dc6350fb0bc8beb8d0ba8bc23b75b6.tar.gz php-sparkpost-a5847be109dc6350fb0bc8beb8d0ba8bc23b75b6.tar.bz2 |
fixed headers param description
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ $sparky = new SparkPost($httpClient, ['key'=>'YOUR_API_KEY']); * `headers` * Required: No * Type: `Array` - * If the method is `GET` the values are encoded into the URL. Otherwise, if the method is `POST`, `PUT`, or `DELETE` the payload is used for the request body. + * Custom headers to be sent with the request. ### setHttpClient(httpClient) * `httpClient` |