get-request
常見(jiàn)例句
- In other words, a GET request should generally be free from side-effects.
換句話說(shuō),GET請(qǐng)求一般不應(yīng)產(chǎn)生副作用。 - According to the HTTP specification, it should be implemented as a GET request.
根據(jù)HTTP規(guī)范,它應(yīng)該作為GET請(qǐng)求實(shí)現(xiàn)。 - The servlet generates the input form on an HTTP GET request and handles form submission on an HTTP POST request.
中,servlet針對(duì)HTTP GET請(qǐng)求生成輸入窗體,并根據(jù)HTTP POST請(qǐng)求處理窗體提交的信息。 - Button. The sample will make an HTTP GET request to the specified URL and display the resulting response data or an error message.
此示例將向指定的URL發(fā)出HTTP GET請(qǐng)求,并顯示得到的響應(yīng)數(shù)據(jù)或錯(cuò)誤信息。 - Retrieving the representation of a VDC gives a comprehensive snapshot of the current state of everything in it using a single GET request.
使用一個(gè)單純的GET請(qǐng)求能夠獲得一個(gè)虛擬數(shù)據(jù)中心中所有資源的當(dāng)前狀態(tài)的綜合快照。 - Indicates that the response is a partial response as requested by a GET request that includes a byte range.
指示響應(yīng)是包括字節(jié)范圍的GET請(qǐng)求所請(qǐng)求的部分響應(yīng)。 返回 get-request