Interface HttpParameters.InboundHeadersParameter

    • Method Detail

      • inboundHeaders

        HttpParameters.Build inboundHeaders​(InboundHeaders inboundHeaders)
        Set the inbound headers on the HTTP call.
        Parameters:
        inboundHeaders - the inbound headers for the HTTP call
        Returns:
        the completed HttpParameters object
      • extendedInboundHeaders

        HttpParameters.Build extendedInboundHeaders​(ExtendedInboundHeaders extendedInboundHeaders)
        Set the inbound headers on the HTTP call.
        Parameters:
        extendedInboundHeaders - the inbound headers for the HTTP call
        Returns:
        the completed HttpParameters object
      • noInboundHeaders

        HttpParameters.Build noInboundHeaders()
        No inbound headers.
        Returns:
        the completed HttpParameters object