Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ“ changelog content-type (#999)

authored by

Thibault Le Ouay and committed by
GitHub
2312b3eb a49ddf89

+10
apps/web/public/assets/changelog/content-type.png

This is a binary file and will not be displayed.

+10
apps/web/src/content/changelog/binary-payload.mdx
··· 1 + --- 2 + title: Binary payload 3 + description: Send binary payloads with your HTTP synthetic check requests. 4 + image: /assets/changelog/content-type.png 5 + publishedAt: 2024-09-09 6 + --- 7 + 8 + You can now include binary payloads in your HTTP synthetic check requests, which is handy for sending files or other binary data in the request body. 9 + 10 + Additionally, you have the flexibility to set the Content-Type to your preference, such as `application/octet-stream` or `application/edn`.