Skip to content

Commit

Permalink
Merge pull request #173 from gu-colin-morris/patch-1
Browse files Browse the repository at this point in the history
Update request_information.go
  • Loading branch information
andrueastman authored Jul 9, 2024
2 parents e17c64a + b64631a commit 1df8523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion request_information.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func (request *RequestInformation) GetRequestOptions() []RequestOption {
}

const contentTypeHeader = "Content-Type"
const binaryContentType = "application/octet-steam"
const binaryContentType = "application/octet-stream"

// SetStreamContent sets the request body to a binary stream.
// Deprecated: Use SetStreamContentAndContentType instead.
Expand Down

0 comments on commit 1df8523

Please sign in to comment.