Skip to content

Commit

Permalink
remove doc for removed methods
Browse files Browse the repository at this point in the history
  • Loading branch information
jberger committed Jan 9, 2016
1 parent 8082f45 commit 9e14e70
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
14 changes: 0 additions & 14 deletions lib/Mojo/Transaction/HTTP.pm
Expand Up @@ -131,13 +131,6 @@ L<Mojo::Transaction::HTTP> object.
L<Mojo::Transaction::HTTP> inherits all methods from L<Mojo::Transaction> and
implements the following new ones.
=head2 client_write
my $bytes = $tx->client_write;
Write data client-side, used to implement user agents such as
L<Mojo::UserAgent>.
=head2 is_empty
my $bool = $tx->is_empty;
Expand All @@ -160,13 +153,6 @@ transaction.
# Paths of all previous requests
say $_->req->url->path for @{$tx->redirects};
=head2 server_write
my $bytes = $tx->server_write;
Write data server-side, used to implement web servers such as
L<Mojo::Server::Daemon>.
=head1 SEE ALSO
L<Mojolicious>, L<Mojolicious::Guides>, L<http://mojolicious.org>.
Expand Down
14 changes: 0 additions & 14 deletions lib/Mojo/Transaction/WebSocket.pm
Expand Up @@ -485,13 +485,6 @@ Build WebSocket frame.
Build WebSocket message.
=head2 client_write
my $bytes = $ws->client_write;
Write data client-side, used to implement user agents such as
L<Mojo::UserAgent>.
=head2 connection
my $id = $ws->connection;
Expand Down Expand Up @@ -626,13 +619,6 @@ L<Mojo::Server::Daemon>.
WebSocket connection established server-side, used to implement web servers such
as L<Mojo::Server::Daemon>.
=head2 server_write
my $bytes = $ws->server_write;
Write data server-side, used to implement web servers such as
L<Mojo::Server::Daemon>.
=head2 with_compression
$ws->with_compression;
Expand Down

0 comments on commit 9e14e70

Please sign in to comment.