Postman支持的數據格式和內容類型包括:
- JSON(application/json)
- XML(application/xml)
- HTML(text/html)
- Plain text(text/plain)
- Form Data(multipart/form-data)
- URL-encoded(application/x-www-form-urlencoded)
- JavaScript Object Notation JSON-P(application/json-p)
- GraphQL(application/graphql)
- Image(image/jpeg, image/png, image/gif等)
- PDF(application/pdf)
這些數據格式和內容類型可以在Postman中的請求頭和請求體中設置。Postman還支持自定義的數據格式和內容類型,用戶可以根據需要進行設置。