StrictSendPathsRequestBuilder constructor

StrictSendPathsRequestBuilder(
  1. Client httpClient,
  2. Uri serverURI
)

Implementation

StrictSendPathsRequestBuilder(http.Client httpClient, Uri serverURI)
    : super(httpClient, serverURI, ["paths", "strict-send"]);