Help for this page

Select Code to Download


  1. or download this
    sub as_request( $self ) {
        HTTP::Request->new(
    ...
            $self->_build_quoted_body(), # was $self->_build_body
        )
    };
    
  2. or download this
    sub as_request( $self ) {
        HTTP::Request->new(
    ...
            $self->body(),
        )
    };