Skip to content

Commit

Permalink
use the same User-Agent value consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 3, 2015
1 parent 054a265 commit abe22c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides/Routing.pod
Expand Up @@ -43,7 +43,7 @@ request method and headers like C<Host>, C<User-Agent> and C<Accept>.

GET /user/show/23 HTTP/1.1
Host: mojolicio.us
User-Agent: Mozilla/5.0 (compatible; Mojolicious; Perl)
User-Agent: Mojolicious (Perl)
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8

=head2 Routes
Expand Down Expand Up @@ -631,7 +631,7 @@ with L<Mojolicious::Controller/"send"> right away.

GET /echo HTTP/1.1
Host: mojolicio.us
User-Agent: Mozilla/5.0 (compatible; Mojolicious; Perl)
User-Agent: Mojolicious (Perl)
Connection: Upgrade
Upgrade: websocket
Sec-WebSocket-Key: IDM3ODE4NDk2MjA1OTcxOQ==
Expand Down

0 comments on commit abe22c2

Please sign in to comment.