在 Pharo 中发出 HTTP 请求并获取响应标头
如何发出 HTTP 请求并获取响应内容和响应标头?
how can I make an HTTP request and get both the response content and the response headers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
或者使用新的 Zinc 框架,例如:
Or using the new Zinc framework, something like:
最简单的方法可能是从 http://www.squeaksource.com/ 加载
WebClient
Web客户端。Probably the easiest is if you load
WebClient
from http://www.squeaksource.com/WebClient.安装 WebClient:
然后
To install WebClient:
and then
或者,如果您想对它们进行更多操作,请使用 pharo 或 吱吱声
Or if you want to do something more with them, the seaside one-click image for pharo or squeak