Table of Contents

Interface ILinkExtractor

Namespace
TypedRest.Links
Assembly
TypedRest.dll

Extracts links from responses.

public interface ILinkExtractor

Methods

Extracts links from the response.

Task<IReadOnlyList<Link>> GetLinksAsync(HttpResponseMessage response)

Parameters

response HttpResponseMessage

Returns

Task<IReadOnlyList<Link>>

Exceptions

FormatException

One or more of the links found are invalid (e.g. missing a 'rel' type).