When do you use custom HTTP headers in the request part of a REST API ?
Example:
Would you ever use
GET /orders/view (custom HTTP header)
You can use custom headers to include more information about a partially processed request considering that Enveloping is not a good practice. The headers are secure.