<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Web - 分类 - Windvalley</title><link>https://windvalley.github.io/categories/web/</link><description>Web - 分类 - Windvalley</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>levinwang6@gmail.com (windvalley)</managingEditor><webMaster>levinwang6@gmail.com (windvalley)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Sun, 30 Dec 2018 13:49:46 +0800</lastBuildDate><atom:link href="https://windvalley.github.io/categories/web/" rel="self" type="application/rss+xml"/><item><title>RESTful API规范</title><link>https://windvalley.github.io/web-restful-api-conventions/</link><pubDate>Sun, 30 Dec 2018 13:49:46 +0800</pubDate><author>作者</author><guid>https://windvalley.github.io/web-restful-api-conventions/</guid><description>什么是Web API 简单的说就是如果一个URL返回的不是HTML, 而是某种格式化的数据字符串, 比如JSON、XML等, 那么这个URL就可以说是一个</description></item><item><title>JWT(Json Web Token)原理讲解</title><link>https://windvalley.github.io/web-jwt/</link><pubDate>Mon, 08 Jan 2018 10:03:36 +0800</pubDate><author>作者</author><guid>https://windvalley.github.io/web-jwt/</guid><description><![CDATA[JWT简单原理 JWT的原理是服务器通过用户认证以后, 会生成一个JSON对象响应给用户. 简单示例: 1 2 3 4 5 { &#34;username&#34;: &#34;David&#34;, &#34;role&#34;: &#34;admin&#34;, &#34;expire&#34;: &#34;2018/10/01 00:00:00&#34; } 之后用户与服务端]]></description></item><item><title>Restful API 错误码设计参考</title><link>https://windvalley.github.io/web-restful-api-errcode/</link><pubDate>Mon, 18 Dec 2017 09:40:19 +0800</pubDate><author>作者</author><guid>https://windvalley.github.io/web-restful-api-errcode/</guid><description>微博 新浪微博开放平台错误码设计较为传统, 以数字组合代表一定的错误含义, 不太易读. 详见: 微博开放平台错误码说明 360 360点睛营销开放平台的错误码</description></item></channel></rss>