Sat, 06 Jul 2024 14:41:27 UTC | login

Information for build ghc-http-media-0.7.1.3-3.fc31

ID125151
Package Nameghc-http-media
Version0.7.1.3
Release3.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-http-media.git#5483e7d53fd191be0c8c013e226174c5cbd5a524
SummaryProcessing HTTP Content-Type and Accept headers
DescriptionThis library is intended to be a comprehensive solution to parsing and selecting quality-indexed values in HTTP headers. It is capable of parsing both media types and language parameters from the Accept and Content header families, and can be extended to match against other accept headers as well. Selecting the appropriate header value is achieved by comparing a list of server options against the quality-indexed values supplied by the client. In the following example, the Accept header is parsed and then matched against a list of server options to serve the appropriate media using 'mapAcceptMedia': > getHeader >>= maybe send406Error sendResourceWith . mapAcceptMedia > [ ("text/html", asHtml) > , ("application/json", asJson) > ] Similarly, the Content-Type header can be used to produce a parser for request bodies based on the given content type with 'mapContentMedia': > getContentType >>= maybe send415Error readRequestBodyWith . mapContentMedia > [ ("application/json", parseJson) > , ("text/plain", parseText) > ] The API is agnostic to your choice of server.
Built bydavidlt
State failed
Volume DEFAULT
StartedSun, 22 Sep 2019 00:52:45 UTC
CompletedSun, 22 Sep 2019 01:31:58 UTC
Taskbuild (f31-candidate, /rpms/ghc-http-media.git:5483e7d53fd191be0c8c013e226174c5cbd5a524)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-http-media.git#5483e7d53fd191be0c8c013e226174c5cbd5a524'}}
Tags No tags
RPMs No RPMs
Changelog * Fri Aug 02 2019 Jens Petersen <petersen@redhat.com> - 0.7.1.3-3 - add doc and prof subpackages (cabal-rpm-1.0.0) * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Feb 21 2019 Jens Petersen <petersen@redhat.com> - 0.7.1.3-1 - update to 0.7.1.3 * Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.7.1.2-3 - refresh to cabal-rpm-0.13 * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sun Jul 22 2018 Jens Petersen <petersen@redhat.com> - 0.7.1.2-1 - update to 0.7.1.2 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Jan 26 2018 Jens Petersen <petersen@redhat.com> - 0.7.1.1-2 - rebuild * Fri Sep 29 2017 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.7.1.1-1 - spec file generated by cabal-rpm-0.11.2