HTTP协议常用的请求方法有()。
第1题:
AwebbrowserneedNOTalwaysperformacompleterequestforaparticularpagethatitsuspectsmightNOThavechanged.TheHTTPspecificationprovidesamechanismforthebrowsertoretrieveonlyapartialresponsefromthewebserver;thisresponseincludesinformation,suchastheLast-ModifieddatebutNOTthebodyofthepage.WhichHTTPmethodwillthebrowserusetoretrievesuchapartialresponse?()
A.GET
B.ASK
C.SEND
D.HEAD
E.TRACE
第2题:
YourwebpageincludesaJavaSEv1.5appletwiththefollowingdeclaration:11.<objectclassid=’clsid:CAFEEFAC-0015-0000-0000-ABCDEFFEDCBA’12.width=’200’height=’200’>13.<paramname=’code’value=’Applet.class’/>14.</object>WhichHTTPmethodisusedtoretrievetheappletcode?()
A.GET
B.PUT
C.POST
D.RETRIEVE
第3题:
A.GET
B.PUT
C.UPDATE
D.DELETE
E.POST
F.REMOVE
第4题:
以下不属于HTTP请求方法的是( )。
A.GET
B.SET
C.PUT
D.POST
第5题:
HTTP1.1可缓存的请求方法有哪些()
第6题:
HTTP哪个请求方式,请求参数会出现在网址列上()。
第7题:
Http缺省的请求方法是()
第8题:
Your web page includes a Java SE v1.5 applet with the following declaration: 11.
第9题:
Http method中,能传送大数据量的是()
第10题:
HTTP请求方法()的作用是向服务器请求某个特定的资源。
第11题:
在HTTP协议中,用于发送大量数据的方法是()。
第12题:
GET
PUT
POST
HEAD
LINK
第13题:
A.do GET
B.do Put
C.do Post
D.do Trace
E.do Submit
F.do Process
第14题:
YouarecreatingawebformwiththisHTML:11.<formaction="sendOrder.jsp">12.<inputtype="text"name="creditCard">13.<inputtype="text"name="expirationDate">14.<inputtype="submit">15.</form>WhichHTTPmethodisusedwhensendingthisrequestfromthebrowser?()
A.GET
B.PUT
C.POST
D.SEND
E.FORM
第15题:
A.get
B.post
C.put
D.options
第16题:
当通过显示代理模式发送一个HTTPS请求时,第一次发送的指令是什么()?
第17题:
WAP代理中的HTTP服务器支持以下HTTP定义的方法[RFC2616]:()
第18题:
以下不属于HTTP请求方法的是()。
第19题:
A web browser need NOT always perform a complete request for a particular page that it suspects mightNOT have changed. The HTTP specification provides a mechanism for the browser to retrieve only a partialresponse from the web server; this response includes information, such as the Last-Modified date but NOTthe body of the page. Which HTTP method will the browser use to retrieve such a partial response?()
第20题:
关于HTTP协议说法正确的有哪些()
第21题:
HTTP请求方法()的作用是向服务器请求某个资源,但仅要求服务器返回响应消息的头部,不需要返回响应消息的主体。
第22题:
使用HttpClient的Get方式请求数据时,可以()类来构建Http请求。
第23题:
You are creating a web form with this HTML: 11.