Help for this page

Select Code to Download


  1. or download this
          # keeping it simple with just one nested request. no improvement
    + with more added here.
          my $options =
    ...
    
        my $res = $self->ua->start($tx)->res;
       return $res;
    
  2. or download this
    $VAR1 = bless( {
                     'req' => bless( {
    ...
                                                           }, 'Mojo::Conte
    +nt::MultiPart' )
                                     }, 'Mojo::Message::Request' )
                   }, 'Mojo::Transaction::HTTP' );
    
  3. or download this
    $VAR1 = bless( {
                     'error' => {
    ...
                                         }, 'Mojo::Content::Single' ),
                     'max_message_size' => 2147483648
                   }, 'Mojo::Message::Response' );
    
  4. or download this
    POST /batch/gmail/v1 HTTP/1.1^M
    Accept-Encoding: gzip^M
    ...
    GET /gmail/v1/users/my_real_email@gmail.com/messages/165eb111fcf21503^
    +M
    --WHeuX--^M