•   1、Nancy是一个用于构建基于HTTP 的Web服务的框架;

      2、与mvc类似,有自己的路由机制;

      3、可以处理 DELETE , GET , HEAD , OPTIONS , POST , PUT 和 PATCH等请求;

      4、完美支持OWIN(可以说他就是为OWIN而生的);

  • 官网

http://nancyfx.org/

  • GITHUB文档:

https://github.com/NancyFx/Nancy/wiki/Documentation

https://github.com/NancyFx/Nancy/wiki/Token-Authentication(权限)

  • 授权方式:

  1. form
  2. base
  3. stateless
  4. token
  • APIGateway

 https://github.com/catcherwong-archive/APIGatewayDemo

  • Jwt.Demo

https://github.com/sevenTiny/Demo.Jwt

https://github.com/lampo1024/DncZeus

 

相关文章:

  • 2021-07-09
  • 2022-02-07
  • 2021-08-03
  • 2021-07-24
  • 2021-07-28
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-07
  • 2021-07-08
  • 2022-12-23
  • 2022-12-23
  • 2021-08-01
  • 2021-07-05
相关资源
相似解决方案