[web-devel] Last call for comments: WAI 0.4

Anton Cheshkov acheshkov at gmail.com
Mon Mar 28 11:27:37 CEST 2011


I have a question: how WAI 0.4 will affect on yesod API ?

Thanks.
2011/3/28 Michael Snoyman <michael at snoyman.com>

> Hi all,
>
> Just wanted to give everyone a last chance to give input on WAI 0.4
> before its release. You can see the code on Github[1]. The main things
> to point out in this release are:
>
> * We've switched to using http-types, so WAI needs to define much less
> on its own (i.e., statuses, HTTP versions, etc). Additionally, we now
> rely on the case-insensitive library for header keys.
> * The Request datatype now contains parsed pathInfo and queryString.
> This makes it more efficient to write middlewares. The raw path info
> and query string are still available as rawPathInfo and
> rawQueryString, respectively.
> * Partial file responses are now supported. The ResponseFile
> constructor takes a fourth argument, Maybe FilePart. FilePart contains
> the offset and count.
>
> If anyone has other ideas that they'd like to see implemented in WAI,
> please get them in sooner, rather than later. I'm hoping that this
> release will last for quite a while. We'll also be releasing a number
> of associated packages at the same time (wai-extra, warp, wai-test,
> etc), so if you have comments on those, feel free to submit them as
> well.
>
> Michael
>
> [1] https://github.com/snoyberg/wai/blob/master/Network/Wai.hs
>
> _______________________________________________
> web-devel mailing list
> web-devel at haskell.org
> http://www.haskell.org/mailman/listinfo/web-devel
>



-- 
Best regards,
Cheshkov Anton
Phone: +7 909 005 18 82
Skype: cheshkov_anton
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/web-devel/attachments/20110328/e6baed2d/attachment.htm>


More information about the web-devel mailing list