Changeset 25645
- Timestamp:
- 12/01/08 22:44:41 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-Engine/branches/body/lib/HTTP/Engine/Role/RequestBuilder/HTTPBody.pm
r25619 r25645 3 3 package HTTP::Engine::Role::RequestBuilder::HTTPBody; 4 4 use Shika::Role; 5 use HTTP::Body; 5 6 6 7 with qw( … … 42 43 my $type = $req->header('Content-Type'); 43 44 44 HTTP::Engine::Util::require_once('HTTP/Body.pm');45 45 my $body = HTTP::Body->new($type, $length); 46 46 $body->tmpdir( $self->upload_tmp) if $self->upload_tmp;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)