INFO
Name: ghc-HTTP
Version: 4000.3.9-2.el8
Arch: s390x
Summary: A library for client-side HTTP
License: BSD
Vendor: AlmaLinux
Build Host: alma-build.sinenomine.net
Build Date: Tue Jul 12 15:24:48 2022
Size: 2074355
URL: https://hackage.haskell.org/package/HTTP
Description: The HTTP package supports client-side web programming in Haskell. It lets you
set up HTTP connections, transmitting requests and processing the responses
coming back, all from within the comforts of Haskell. It's dependent on the
network package to operate, but other than that, the implementation is all
written in Haskell.
A basic API for issuing single HTTP requests + receiving responses is provided.
On top of that, a session-level abstraction is also on offer (the
'BrowserAction' monad); it taking care of handling the management of persistent
connections, proxies, state (cookies) and authentication credentials required
to handle multi-step interactions with a web server.
The representation of the bytes flowing across is extensible via the use of a
type class, letting you pick the representation of requests and responses that
best fits your use. Some pre-packaged, common instances are provided for
'ByteString' and 'String'.
FILES
/usr/lib/.build-id
/usr/lib/.build-id/51
/usr/lib/.build-id/51/0f6b8794b2f00ff6830c04375a2810c7621c75
/usr/lib64/libHSHTTP-4000.3.9-KScy0aMeIGnIRibKOTcDso-ghc8.2.2.so
/usr/share/licenses/ghc-HTTP
/usr/share/licenses/ghc-HTTP/LICENSE
REQUIRES
libHSarray-0.5.2.0-ghc8.2.2.so()(64bit)
libHSbase-4.10.1.0-ghc8.2.2.so()(64bit)
libHSbinary-0.8.5.1-ghc8.2.2.so()(64bit)
libHSbytestring-0.10.8.2-ghc8.2.2.so()(64bit)
libHScontainers-0.5.10.2-ghc8.2.2.so()(64bit)
libHSdeepseq-1.4.3.0-ghc8.2.2.so()(64bit)
libHSghc-prim-0.5.1.1-ghc8.2.2.so()(64bit)
libHSinteger-gmp-1.0.1.0-ghc8.2.2.so()(64bit)
libHSmtl-2.2.1-DscMMmDQUE6GBfOSl4qMUH-ghc8.2.2.so()(64bit)
libHSnetwork-2.6.3.2-Elf6Dxkfz0iKjb1zv5eBTP-ghc8.2.2.so()(64bit)
libHSnetwork-uri-2.6.1.0-BH6OD3ti3aW8Xet0VENct8-ghc8.2.2.so()(64bit)
libHSparsec-3.1.11-GFVXGr7xhCL75lLlVe5pnU-ghc8.2.2.so()(64bit)
libHStext-1.2.2.2-J0kTo5xltQjAfCz3JZ4Oj0-ghc8.2.2.so()(64bit)
libHStime-1.8.0.2-ghc8.2.2.so()(64bit)
libHStransformers-0.5.2.0-ghc8.2.2.so()(64bit)
libHSunix-2.7.2.2-ghc8.2.2.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2)(64bit)
libdl.so.2()(64bit)
libgmp.so.10()(64bit)
libm.so.6()(64bit)
libpthread.so.0()(64bit)
librt.so.1()(64bit)
libutil.so.1()(64bit)
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsXz) 5.2-1
rtld(GNU_HASH)
PROVIDES
ghc-HTTP 4000.3.9-2.el8
ghc-HTTP(s390-64) 4000.3.9-2.el8
libHSHTTP-4000.3.9-KScy0aMeIGnIRibKOTcDso-ghc8.2.2.so()(64bit)
CONFIG FILES
/usr/lib/.build-id a
/usr/lib/.build-id/51 a
/usr/lib/.build-id/51/0f6b8794b2f00ff6830c04375a2810c7621c75 a
/usr/lib64/libHSHTTP-4000.3.9-KScy0aMeIGnIRibKOTcDso-ghc8.2.2.so
/usr/share/licenses/ghc-HTTP
/usr/share/licenses/ghc-HTTP/LICENSE l
LICENSE FILES
BSD
|