简单请求必须符合以下规定:
- 只能使用get/post/head请求方式
- 不能手动设置以下集合之外的请求头信息
- accept
- accept-language
- content-language
- content-type
- content-type只能设置以下内容:
- text/plain
- multipart/form-data
- application/x-www-http-urlencoded
- 不能为XMLHttpRequestUpdate注册监听器
- 请求中没有使用readableStream对象