On Mon, Sep 12, 2011 at 11:11:10PM +0930, David Kettler wrote:
> A string webjump can now provide post_data, with replacement of '%s'
> elements with the webjump arguments.  This allows simple definition
> of webjumps that perform an http POST in the following form:
> 
> define_webjump("foo", "http://foo.com";, $post_data=[['search', '%s']]);
> 
> In particular all the examples at http://conkeror.org/Webjumps that
> use make_post_data are simplified with this form.
> 
> Note that currently only a literal '%s' is replaced, rather than that
> sequence anywhere in a string; it's not clear that the latter is
> useful in post_data.  Implementing this would be a little different to
> the usual string case, because the post_data will be URL encoded.

Thank you.  Pushed.

-- 
John Foerch
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to