Function StackUtility
Get HTTP Header
Gets an HTTP header from the request.
Configuration:
- Header Name: the name of the HTTP header to retrieve
- Cast Type: the type to cast the header value to
Output
Returns a Result<T>
where T
is the header value casted to the specified type.