update to 3.0.4.5
This commit is contained in:
parent
74bae218cf
commit
331d613d82
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/wai-extra-1.3.4.6.tar.gz
|
/wai-extra-1.3.4.6.tar.gz
|
||||||
/wai-extra-3.0.2.1.tar.gz
|
/wai-extra-3.0.2.1.tar.gz
|
||||||
/wai-extra-3.0.4.1.tar.gz
|
/wai-extra-3.0.4.1.tar.gz
|
||||||
|
/wai-extra-3.0.4.5.tar.gz
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 3.0.4.1
|
Version: 3.0.4.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Basic WAI handlers and middleware
|
Summary: Basic WAI handlers and middleware
|
||||||
|
|
||||||
@ -50,6 +50,51 @@ BuildRequires: ghc-zlib-devel
|
|||||||
# End cabal-rpm deps
|
# End cabal-rpm deps
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Provides basic WAI handler and middleware functionality:
|
||||||
|
|
||||||
|
* WAI Testing Framework
|
||||||
|
Hspec testing facilities and helpers for WAI.
|
||||||
|
|
||||||
|
* Event Source/Event Stream
|
||||||
|
Send server events to the client. Compatible with the JavaScript EventSource
|
||||||
|
API.
|
||||||
|
|
||||||
|
* Accept Override
|
||||||
|
Override the Accept header in a request. Special handling for the _accept query
|
||||||
|
parameter (which is used throughout WAI override the Accept header).
|
||||||
|
|
||||||
|
* Add Headers
|
||||||
|
WAI Middleware for adding arbitrary headers to an HTTP request.
|
||||||
|
|
||||||
|
* Clean Path
|
||||||
|
Clean a request path to a canonical form.
|
||||||
|
|
||||||
|
* GZip Compression
|
||||||
|
Negotiate HTTP payload gzip compression.
|
||||||
|
|
||||||
|
* HTTP Basic Authentication
|
||||||
|
WAI Basic Authentication Middleware which uses Authorization header.
|
||||||
|
|
||||||
|
* JSONP
|
||||||
|
"JSON with Padding" middleware. Automatic wrapping of JSON responses to convert
|
||||||
|
into JSONP.
|
||||||
|
|
||||||
|
* Method Override / Post
|
||||||
|
Allows overriding of the HTTP request method via the _method query string
|
||||||
|
parameter.
|
||||||
|
|
||||||
|
* Request Logging
|
||||||
|
Request logging middleware for development and production environments
|
||||||
|
|
||||||
|
* Request Rewrite
|
||||||
|
Rewrite request path info based on a custom conversion rules.
|
||||||
|
|
||||||
|
* Stream Files
|
||||||
|
Convert ResponseFile type responses into ResponseStream type.
|
||||||
|
|
||||||
|
* Virtual Host
|
||||||
|
Redirect incoming requests to a new host based on custom rules.
|
||||||
|
|
||||||
This library provides common Web Application Interface features.
|
This library provides common Web Application Interface features.
|
||||||
API docs and the README are available at
|
API docs and the README are available at
|
||||||
<http://www.stackage.org/package/wai-extra>.
|
<http://www.stackage.org/package/wai-extra>.
|
||||||
@ -102,6 +147,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 03 2015 Jens Petersen <petersen@redhat.com> - 3.0.4.5-1
|
||||||
|
- update to 3.0.4.5
|
||||||
|
|
||||||
* Fri Jan 23 2015 Jens Petersen <petersen@redhat.com> - 3.0.4.1-1
|
* Fri Jan 23 2015 Jens Petersen <petersen@redhat.com> - 3.0.4.1-1
|
||||||
- update to 3.0.4.1
|
- update to 3.0.4.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user