
http
文章平均质量分 81
zhao1949
这个作者很懒,什么都没留下…
展开
-
HTTP Range header
http://stackoverflow.com/questions/3303029/http-range-header***************************58 down vote favorite 25 I was reading http://www.w3.org/Protocols/rfc2616/rfc2616-se转载 2017-01-23 09:31:46 · 1493 阅读 · 0 评论 -
HTTP认证方式
http://blog.youkuaiyun.com/hotnet522/article/details/5824716**********************************************HTTP请求报头: AuthorizationHTTP响应报头: WWW-AuthenticateHTTP认证基于质询/回应(chall转载 2017-03-23 17:23:07 · 293 阅读 · 0 评论 -
Http请求中Content-Type讲解
http://blog.youkuaiyun.com/weichuang_1/article/details/50451496************************************************************在Http请求中,我们每天都在使用Content-type来指定不同格式的请求信息,但是却很少有人去全面了解content-type中允许的值有多少,这里转载 2017-05-04 14:50:07 · 504 阅读 · 0 评论 -
HTTP Basic Authentication认证
http://smalltalllong.iteye.com/blog/912046********************************************* 什么是HTTP Basic Authentication?直接看http://en.wikipedia.org/wiki/Basic_authentication_scheme吧。 在你访问一个需要转载 2017-07-12 10:08:00 · 543 阅读 · 0 评论 -
curl传输文件实例
curl -H "Authorization:Bearer 5d719398-4230-44c7-b88b-f280b6a8d070" -H "Accept: application/json" -H "Content-Type: multipart/mixed" -F "metadata=@test.json; name=story; type=application/json; charset原创 2017-07-17 15:18:21 · 863 阅读 · 0 评论 -
http post multipart/mixed的文件.
依赖. org.apache.httpcomponents httpmime4.5.3 --> import java.io.File;import java.io.IOException;import org.apache.http.HttpEntity;import org.apache.http.client.methods.Cl原创 2017-07-17 14:02:59 · 2603 阅读 · 0 评论 -
[Java]随记--HttpClient发送put请求
http://blog.youkuaiyun.com/u010989191/article/details/52852155************************************************************** @RequestMapping(value="/Xxxxx/authenticate") public @ResponseBody Strin转载 2017-09-06 08:41:37 · 1039 阅读 · 0 评论 -
使用httpclient下载 页面、图片
代码import java.io.IOException;import java.io.UnsupportedEncodingException;import org.apache.http.client.ClientProtocolException;import org.apache.http.client.config.CookieSpecs;import org.apache原创 2018-01-02 09:10:34 · 861 阅读 · 0 评论