PathDelegatingHandler.addPath

Adds a new path/handler to this delegating handler.

class PathDelegatingHandler
addPath

Parameters

path string

The path pattern to match against requests.

handler HttpRequestHandler

The handler that will handle requests to the given path.

Return Value

This handler, for method chaining.

Meta