Den 01-09-2011 19:23, David Nadlinger skrev:
On 9/1/11 6:42 PM, jdrewsen wrote:
Den 31-08-2011 01:28, Sean Kelly skrev:
On Aug 17, 2011, at 6:19 PM, Jesse Phillips wrote:
Doe libcurl provide any facility for URL encoding/decoding? Or perhaps
there should be an accompanying submission for doing so? Any
nontrivial request will need properly encoded URL parameters.
etc.curl.Protocol has the escape/unescape methods.

Oh, sorry, I got that wrong in the review wrap-up then. But due to the
already discussed documentation issues, and the not very descriptive
»(Un)Escape a string« comments, these two are really easy to miss.

Are the functions from std.uri sufficient (or could they easily be
improved to be so)? If so, I'd propose to simply remove the two and
cross reference std.uri, otherwise you might want to add a more detailed
description, including a link to http://www.ietf.org/rfc/rfc3986.txt.

David

The (un)escape methods are located in the Protocol template and is used for escaping strings for all of the protocols supported by libcurl. That should be in the documentation of course.

/Jonas

Reply via email to