Couch-DB

 view release on metacpan or  search on metacpan

lib/Couch/DB/Document.pod  view on Meta::CPAN

=item $obj-E<gt>B<attInfo>($name)

Return a structure with meta-data about the attachments.

=item $obj-E<gt>B<attLoad>($name, %options)

  [CouchDB API "GET /{db}/{docid}/{attname}", UNTESTED]

Load the data of the attachment into this Document.

If the content-type of the attachment is C<application/octet-stream>,
then you can use the C<Accept-Ranges> header (option C<_header>) to
select bytes inside the attachement.

=item $obj-E<gt>B<attSave>($name, $data, %options)

  [CouchDB API "PUT /{db}/{docid}/{attname}", UNTESTED]

The data is bytes.

 -Option--Default



( run in 1.448 second using v1.01-cache-2.11-cpan-524268b4103 )