-
http请求的组成: 请求方法/协议/版本 CRLF 比如:GET/HTTP/1.1 CLRF查看全部
-
协议://ip:[port]/path/querystring/anchor 80 , 443 /?xxx&xxx查看全部
-
restful设计理念和准则: 网络上的一切皆资源,面向资源; 每一个资源都有一个唯一的标识,对资源的操作不会改变标识; 所有操作都是无状态的。查看全部
-
一套后台代码为多种不同客户端提供web服务。查看全部
-
post 新建 put 更新 delete 删除查看全部
-
HTTP协议-URL查看全部
-
200:成功 必须 204:delete 成功 400:传错误参数 403:a用户创建,b用put更新 {message:"您无权限操作"} 401:用户未认证 {message:"用户未登陆"} 500: 服务器错误查看全部
-
200:成功 必须 204:delete 成功 400:传错误参数 403:a用户创建,b用put更新 401:用户未认证 500: 服务器错误查看全部
-
状态码查看全部
-
restfulApi 返回的状态码查看全部
-
学习到3.6查看全部
-
服务器响应查看全部
-
get.post.put查看全部
-
https 端口 443查看全部
-
Workaround for missing Authorization header under CGI/FastCGI Apache: SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0 Now PHP should automatically declare $_SERVER[PHP_AUTH_*] variables if the client sends the Authorization header.查看全部
举报
0/150
提交
取消