
http
懿之星落45℃
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
http status 汇总
http status 汇总 常见HTTP状态码 200 OK 301 Moved Permanently 302 Found 304 Not Modified 307 Temporary Redirect 400 Bad Request 401 Unauthorized 403 Forbidden 404 Not Found 410 Gone 500 Intern...原创 2013-02-05 14:18:22 · 107 阅读 · 0 评论 -
HTTP协议header标头详解
转:http://blog.youkuaiyun.com/rainysia/article/details/8131174 本文根据RFC2616(HTTP/1.1规范),参考 http://www.w3.org/Protocols/rfc2068/rfc2068 http://www.w3.org/Protocols/rfc2616/rfc2616 http://www.ietf.or...原创 2014-02-10 10:29:46 · 151 阅读 · 0 评论 -
HTTP HEADER 详解
Header 解释 示例 Accept-Ranges 表明服务器是否支持指定范围请求及哪种类型的分段请求 Accept-Ranges: bytes Age 从原始服务器到代理缓存形成的估算时间(以秒计,非负) Age: 12 Allow 对某网络资源的有效的请求行为,不允许则返回405 Allow: GET, HEAD Cache-Con...原创 2014-02-10 10:32:27 · 165 阅读 · 0 评论 -
http https get post 的区别,定义/安全性/性能
转:http://cuishen.iteye.com/blog/2019925 HTTP / HTTPS request 的 get / post 方法的区别: A. 定义及安全性的区别: refer: http://blog.youkuaiyun.com/csj50/article/details/5687850 http://www.cnblogs.com/hyddd/archive/2009/03...原创 2014-02-21 11:48:17 · 418 阅读 · 0 评论