[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: more url-utils?
From: |
Julien Danjou |
Subject: |
Re: more url-utils? |
Date: |
Tue, 17 May 2011 10:13:02 +0200 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) |
On Mon, May 16 2011, Ted Zlatanov wrote:
> That's a symptom of a bad API that tied you to HTTP headers and what I
> was trying to eliminate.
Indeed Ted, you're right. I was only thinking about HTTP, stupid I am. :)
This probably means that the API should be changed (or should evolve by
addition/deprecation at least) to return a buffer with data, but let
access things like a status code (meaning something more general than
HTTP code) and possibly extra data like the HTTP headers or whatever can
be useful contextual information for the retrieved URL.
I don't know every backend url.el supports, so I can't imagine what a
good abstraction might be. :)
--
Julien Danjou
❱ http://julien.danjou.info
pgpN0IrfGgV8X.pgp
Description: PGP signature
- Re: more url-utils?, (continued)
- Re: more url-utils?, Ted Zlatanov, 2011/05/16
- Re: more url-utils?, Stefan Monnier, 2011/05/16
- Re: more url-utils?, Ted Zlatanov, 2011/05/16
- Re: more url-utils?, Lennart Borgman, 2011/05/16
- Re: more url-utils?, Ted Zlatanov, 2011/05/16
- Re: more url-utils?, Lennart Borgman, 2011/05/16
- Re: more url-utils?, Ted Zlatanov, 2011/05/16
- Re: more url-utils?, Julien Danjou, 2011/05/16
- Re: more url-utils?, Ted Zlatanov, 2011/05/16
- Re: more url-utils?, Stefan Monnier, 2011/05/16
- Re: more url-utils?,
Julien Danjou <=
- Re: more url-utils?, Stefan Monnier, 2011/05/16
- Re: more url-utils?, joakim, 2011/05/16
- Re: more url-utils?, Ted Zlatanov, 2011/05/16
- Re: more url-utils?, Lennart Borgman, 2011/05/16
- Re: more url-utils?, joakim, 2011/05/16
- Re: more url-utils?, Lars Magne Ingebrigtsen, 2011/05/17
- Re: more url-utils?, Stefan Monnier, 2011/05/17
Re: more url-utils?, Ted Zlatanov, 2011/05/14