Skip to content

Commit

Permalink
Point to Web::App a part of the new Web core library set.
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Totten committed Mar 6, 2013
1 parent 2e144dc commit d347fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,7 +6,7 @@ Perl 6 libraries to make HTTP servers easily.

This was inspired by HTTP::Server::Simple, but has a very different internal
API, and extended functionality. It's been designed to work well with my
own WWW::App and SCGI libraries. Also see my HTTP::Client library if you
own Web::App and SCGI libraries. Also see my HTTP::Client library if you
are looking for an HTTP client rather than an HTTP server.

## HTTP::Easy
Expand All @@ -23,7 +23,7 @@ it onto a handler. The handler must return a PSGI response:
[ $status, @headers, @body ]
```

This can be used as an engine in the WWW::App library.
This can be used as an engine in the [Web::App](https://github.com/supernovus/perl6-web/) library.

## Example

Expand Down

0 comments on commit d347fdc

Please sign in to comment.