GET

HTTP GET 方法请求指定的资源。使用 GET 的请求应该只用于获取数据。

请求是否有主体
成功的响应是否有主体
Safe
Idempotent
Cacheable
HTML 表单是否支持

语法

GET /index.html

规范

规范 标题
RFC 7231, section 4.3.1: GET Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content

浏览器兼容性

FeatureChromeFirefoxEdgeInternet ExplorerOperaSafari
Basic Support(Yes)(Yes)(Yes)(Yes)(Yes)(Yes)
FeatureAndroidChrome for AndroidEdge mobileFirefox for AndroidIE mobileOpera AndroidiOS Safari
Basic Support(Yes)(Yes)(Yes)(Yes)(Yes)(Yes)(Yes)

另见

文档标签和贡献者