文件名称:Nancy.Rest.Module:Nancy Module能够安装带注释的接口
文件大小:29KB
文件格式:ZIP
更新时间:2024-05-18 18:27:00
C#
南希·莱斯特模块 Nancy Module能够安装带注释的接口并提供横向过滤功能。 安装 将 , 和添加到您的服务器项目中。 或者 添加Nuget包 基本用法 ####创建服务器签名: namespace Nancy . Rest . ExampleServer { [ RestBasePath ( " /api " )] public interface IExample { [ Rest ( " Person " , Verbs . Get )] List < Person> GetAllPersons (); [ Rest ( " Person/{personid} " , Verbs . Get )] Person GetPerson ( int personid );
【文件预览】:
Nancy.Rest.Module-master
----RestModule.cs(16KB)
----.gitattributes(2KB)
----.gitmodules(125B)
----packages.config(207B)
----Nancy.Rest.Module.nuspec(1KB)
----Nancy.Rest.Module.sln(1KB)
----Nancy.Rest.Annotations()
----Helper()
--------Extensions.cs(6KB)
--------ParameterType.cs(3KB)
----app.config(504B)
----Properties()
--------AssemblyInfo.cs(1KB)
----LICENSE.md(1KB)
----Interfaces()
--------IStreamWithResponse.cs(384B)
----Routes()
--------RouteCacheItem.cs(499B)
--------RouteCache.cs(222B)
----README.md(4KB)
----Exceptions()
--------NancyRestModuleException.cs(232B)
----RestBootstrapper.cs(4KB)
----Filters()
--------Serializers()
--------FilterCarrier.cs(258B)
--------IFilterSupport.cs(91B)
----StreamWithResponse.cs(2KB)
----.gitignore(4KB)
----Nancy.Rest.Module.csproj(4KB)