Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed example formatting
  • Loading branch information
kraih committed Nov 30, 2013
1 parent 6870b3b commit c120d7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

4.59 2013-11-29
4.59 2013-11-30
- Added support for permessage-deflate WebSocket compression.
- Added build_message method to Mojo::Transaction::WebSocket.
- Added compressed and context_takeover attributes to
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojo/UserAgent.pm
Expand Up @@ -754,8 +754,8 @@ L<Mojo::UserAgent::Transactor/"tx">.
=head2 build_websocket_tx
my $tx = $ua->build_websocket_tx('ws://example.com');
my $tx =
$ua->build_websocket_tx('ws://example.com' => {DNT => 1} => ['v1.proto']);
my $tx = $ua->build_websocket_tx(
'ws://example.com' => {DNT => 1} => ['v1.proto']);
Generate L<Mojo::Transaction::HTTP> object with
L<Mojo::UserAgent::Transactor/"websocket">.
Expand Down

0 comments on commit c120d7d

Please sign in to comment.