Skip to content

Commit

Permalink
Update request_information.go
Browse files Browse the repository at this point in the history
Another steam typo
  • Loading branch information
gu-colin-morris committed Jul 8, 2024
1 parent e17c64a commit 92d72c0
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 92d72c0

Please sign in to comment.