wsb.request-header

function

Library: Web Services Broker (OMWSB)
Import : omwsb.xmd

Returns: A stream containing the client request's HTTP headers


Declaration
export external stream function request-header 
  of                        value request request

Argument definitions

request
The wsb.request OMX variable returned by a call to wsb.wait-for-request


Purpose

wsb.request-header returns the HTTP headers from the request being processed as they would have appeared in the original HTTP message. There is one header per line separated by CRLF line end sequences.