get-request
基本解释
- n.获取-请求
英汉例句
- In other words, a GET request should generally be free from side-effects.
换句话说,GET请求一般不应产生副作用。 - According to the HTTP specification, it should be implemented as a GET request.
根据HTTP规范,它应该作为GET请求实现。 - The servlet generates the input form on an HTTP GET request and handles form submission on an HTTP POST request.
中,servlet针对HTTP GET请求生成输入窗体,并根据HTTP POST请求处理窗体提交的信息。 - Button. The sample will make an HTTP GET request to the specified URL and display the resulting response data or an error message.
此示例将向指定的URL发出HTTP GET请求,并显示得到的响应数据或错误信息。 - Retrieving the representation of a VDC gives a comprehensive snapshot of the current state of everything in it using a single GET request.
使用一个单纯的GET请求能够获得一个虚拟数据中心中所有资源的当前状态的综合快照。