]> gitweb @ CieloNegro.org - Lucu.git/commit
Lucu 0.7 RELEASE-0_7
authorpho <pho@cielonegro.org>
Mon, 19 Apr 2010 16:37:17 +0000 (01:37 +0900)
committerpho <pho@cielonegro.org>
Mon, 19 Apr 2010 16:37:17 +0000 (01:37 +0900)
commit8e2a25fd631e17a9c7b3e13c4e62635b2c1259bf
tree011354e08060e20911709722d915346e6a5e732c
parent37b2602949bdb71894852304753f3aab34de191b
Lucu 0.7

Ignore-this: 79590876fded88d2fe488665cce4c0ce

Changes from 0.6 to 0.7
-----------------------
* Network.HTTP.Lucu.Resource: (Suggested by Voker57)

    - getQueryForm and inputForm now return [(name :: String,
      FormData)] instead of [FormData] to ease field lookup by
      name. The reason why it's not 'Map String FormData' is that
      there is a possibility where multiple fields have the same name.

    - Removed field fdName from FormData type as it's now redundant.

darcs-hash:20100419163717-62b54-747b74a5884a16becba1f9408b954c9b202909d3.gz
Lucu.cabal
NEWS
Network/HTTP/Lucu.hs
Network/HTTP/Lucu/MultipartForm.hs
Network/HTTP/Lucu/Resource.hs
examples/Multipart.hs