Creates a new BinaryHTTPReceiver to accept events over HTTP.
the Cloud Event specification version to use. Default "1.0"
Checks an incoming HTTP request to determine if it conforms to the Cloud Event specification for this receiver.
the HTTP request body
the HTTP request headers
true if the the provided payload and headers conform to the spec
Parses an incoming HTTP request, converting it to a {CloudEvent} instance if it conforms to the Cloud Event specification for this receiver.
the HTTP request body
the HTTP request headers
an instance of CloudEvent representing the incoming request
Generated using TypeDoc
A class that receives binary CloudEvents over HTTP. This class can be used if you know that all incoming events will be using binary transport. If events can come as either binary or structured, use {HTTPReceiver}.