PostmanFeature
Postman 2 Feature
Assembly: ServiceStack.dll
View Source
Declaration
public class PostmanFeature : IPlugin, IHasStringId, IHasId<string>, IPreInitPlugin
Properties
Id
View Source
Declaration
public string Id { get; set; }
AtRestPath
View Source
Declaration
public string AtRestPath { get; set; }
EnableSessionExport
View Source
Declaration
public bool? EnableSessionExport { get; set; }
Headers
View Source
Declaration
public string Headers { get; set; }
DefaultLabelFmt
View Source
Declaration
public List<string> DefaultLabelFmt { get; set; }
DefaultVerbsForAny
Only generate specified Verb entries for "ANY" routes
View Source
Declaration
public List<string> DefaultVerbsForAny { get; set; }
Fields
FriendlyTypeNames
View Source
Declaration
public readonly Dictionary<string, string> FriendlyTypeNames
Methods
BeforePluginsLoaded(IAppHost)
View Source
Declaration
public void BeforePluginsLoaded(IAppHost appHost)
Parameters
Type | Name |
---|---|
ServiceStack.IAppHost | appHost |
Register(IAppHost)
View Source
Declaration
public void Register(IAppHost appHost)
Parameters
Type | Name |
---|---|
ServiceStack.IAppHost | appHost |