HTML-Object

 view release on metacpan or  search on metacpan

lib/HTML/Object/XQuery.pod  view on Meta::CPAN

=back

=item * C<contents>

This option is not used.

=item * C<contentType>

String. By default C<application/x-www-form-urlencoded; charset=UTF-8>

When sending data to the server, use this content type. Default is C<application/x-www-form-urlencoded; charset=UTF-8>, which is fine for most cases. If you explicitly pass in a content-type to C<ajax>(), then it is always sent to the server (even if...

=item * C<context>

This option is not used.

=item * C<converters>

    $el->ajax( $url,
        converters =>
        {

lib/HTML/Object/XQuery.pod  view on Meta::CPAN

A password to be used with the HTTP request in response to an HTTP access authentication request.

This is to be used in conjonction with the C<username> option. This will result in an HTTP header such as C<Authorization: Basic am9objpoZWxsb3dvcmxk>

You can also provide it as part of the URL, and it will be removed from the URL before the HTTP request is made.

=item * C<processData>

The way the data is handled depends on their nature, i.e. whether it is an hash reference, or an array reference or a regular string.

By default, data passed in to the data option as an hash reference or array reference (technically, anything other than a string) will be processed and transformed into a query string, fitting to the default content-type C<application/x-www-form-urle...

=item * C<scriptAttrs>

This option is not used.

Original jQuery documentation states:

Defines an object with additional attributes to be used in a C<script> or C<jsonp> request. The key represents the name of the attribute and the value is the attribute's value. If this object is provided it will force the use of a script-tag transpor...

=item * C<scriptCharset>



( run in 1.545 second using v1.01-cache-2.11-cpan-d7f47b0818f )