location property

Uri location
final

Relative Uri that consists either of an absolute path, a query string, or both.

May be included in a 2.01 (Created) response to indicate the location of the resource created as the result of a POST request (see RFC 7252, Section 5.8.2).

The location is supposed to be resolved relative to the request URI.

Implementation

final Uri location;