Namespace TypedRest.Links
Handling links between HTTP resources.
Classes
- AggregateLinkExtractor
Combines the results of multiple ILinkExtractors.
- HalLinkExtractor
Extracts links from JSON bodies according to the Hypertext Application Language (HAL) specification.
- HeaderLinkExtractor
Extracts links from HTTP headers.
- Link
Represents a link to another resource.
Interfaces
- ILinkExtractor
Extracts links from responses.