Talk:Web/Literature/Practical web programming in Haskell

From HaskellWiki
Revision as of 18:36, 1 October 2010 by Chrisdone (talk | contribs) (Talk:Practical web programming in Haskell moved to Talk:Web/Literature/Practical web programming in Haskell)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Shouldn't the section on uploads use the PUT method instead of POST? POST is the standard for posting comments and such, but uploading files is meant to be done with PUT.