This use-case is intended to check if a LocalRequest can be created based on a given Request for a given peer.

Parameters

  • The content as a Request for the to be created LocalRequest
  • The peer is the address for which the LocalRequest should be created. There can only be one peer per LocalRequest.

On Success

  • Returns a RequestValidationResult that indicates if the given Request is valid.

On Failure

  • The LocalRequest cannot be created if the peer is unknown.
  • The LocalRequest cannot be created if the Request is malformed.

How to execute this use-case with the Connector?

The Connector is our first-class citizen, thus we provide you with a detailed API description for every use-case. This use-case can be executed with the REST API of the Connector which you can Access the Connector.
Corresponding interactive API docs excerpt: