Ensure HTTPReceiver is sniffing events according to the specification #136
Labels
module/transport/http
Issues related to the HTTP transport protocol implementation
type/enhancement
New feature or request
Currently, in the 1.x specification it says that, when the
Content-Type
header is not prefixed with the CloudThat's close to what the implementation is doing, but not quite. At the moment, it's just assuming that an incoming request is a binary event if the content type is not a CloudEvent media type. Instead this should error.
The text was updated successfully, but these errors were encountered: