You can find them in the notes of the Request:send method.

http://www.mootools.net/docs/core/Request/Request#Request:send

I agree that they're not very clear. I'll look if I can get them a
little bit more visible.

On Nov 7, 10:36 am, stratboy <[email protected]> wrote:
> Hi! In Request.HTML I find examples that uses undocumented (I think)
> syntax. For example the get/post methods:
>
> var myHTMLRequest = new Request.HTML().get('myPage.html');
> var myHTMLRequest = new
> Request.HTML({url:'myPage.html'}).post('user_id=25&save=true');
>
> I can't find them in any docs.
>
> Is there a place where I can find a really complete Request.HTML an
> Request documentation?
> Or am I missing something?
>
> Bye

Reply via email to