mirror of https://github.com/dapr/docs.git
parent
f7b9ed0323
commit
00e8aa1e72
|
@ -51,7 +51,7 @@ The `Content-Type` header tells Dapr which content type your data adheres to whe
|
|||
The value of the `Content-Type` header populates the `datacontenttype` field in the CloudEvent.
|
||||
Unless specified, Dapr assumes `text/plain`. If your content type is JSON, use a `Content-Type` header with the value of `application/json`.
|
||||
|
||||
If you want to send your own custom CloundEvent, use the `application/cloudevents+json` value for the `Content-Type` header.
|
||||
If you want to send your own custom CloudEvent, use the `application/cloudevents+json` value for the `Content-Type` header.
|
||||
|
||||
#### Metadata
|
||||
|
||||
|
|
Loading…
Reference in New Issue