Table of Contents

Interface IRouteDetails

Namespace
Steeltoe.Management.Endpoint.Mappings
Assembly
Steeltoe.Management.EndpointBase.dll
public interface IRouteDetails

Properties

Consumes

IList<string> Consumes { get; }

Property Value

IList<string>

HttpMethods

IList<string> HttpMethods { get; }

Property Value

IList<string>

Produces

IList<string> Produces { get; }

Property Value

IList<string>

RouteTemplate

string RouteTemplate { get; }

Property Value

string