File tree Expand file tree Collapse file tree 3 files changed +24
-1
lines changed
Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.3
4+ * WebApiImplementation typeclass is renamed to WebApiServer
5+ * Swapped the order of FromParam and ToParam class parameters.
6+ * Fixed TmpFileBackend for file upload.
7+ * Added fieldModifier to ParamSettings.
8+ * Added support for cookie attributes.
9+ * Fixed RequestBody content type matching.
10+
311## 0.2.2
412* Added support for GHC 8
513
Original file line number Diff line number Diff line change 1+ webapi
2+ ========
3+
4+ Introduction to ** WebApi**
5+ --------------------------
6+
7+ [ ` Webapi ` ] ( https://hackage.haskell.org/package/webapi ) is a Haskell library that lets you
8+
9+ * Write web API services
10+ * Quickly build Haskell client for existing API services
11+ * Generate API console interface for your web API ([ coming soon] ( https://github.com/byteally/webapi-console ) )
12+ * Generate a mock server that can mock your responses and requests too.
13+
14+
15+ Please take a look at < http://byteally.github.io/webapi/ > for more details.
Original file line number Diff line number Diff line change 22-- documentation, see http://haskell.org/cabal/users-guide/
33
44name : webapi
5- version : 0.2.2.0
5+ version : 0.3
66synopsis : WAI based library for web api
77description : WAI based library for web api
88homepage : http://byteally.github.io/webapi/
You can’t perform that action at this time.
0 commit comments