Interface IRouteDetails
- Namespace
- Steeltoe.Management.Endpoint.Mappings
- Assembly
- Steeltoe.Management.EndpointBase.dll
public interface IRouteDetails
Properties
Consumes
IList<string> Consumes { get; }
Property Value
HttpMethods
IList<string> HttpMethods { get; }
Property Value
Produces
IList<string> Produces { get; }
Property Value
RouteTemplate
string RouteTemplate { get; }