Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource ghc-HTTP

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 you ('ByteString', 'String'). Here's an example use: > > do > rsp <- Network.HTTP.simpleHTTP (getRequest "http://www.haskell.org/") > -- fetch document and return it (as a 'String'.) > fmap (take 100) (getResponseBody rsp) > > do > (_, rsp) > <- Network.Browser.browse $ do > setAllowRedirects True -- handle HTTP redirects > request $ getRequest "http://www.haskell.org/" > return (take 100 (rspBody rsp)) __Note:__ This package does not support HTTPS connections. If you need HTTPS, take a look at the following packages: * <http://hackage.haskell.org/package/http-streams http-streams> * <http://hackage.haskell.org/package/http-client http-client> (in combination with <http://hackage.haskell.org/package/http-client-tls http-client-tls>) * <http://hackage.haskell.org/package/req req> * <http://hackage.haskell.org/package/wreq wreq> .

Found 2 sites for ghc-HTTP

Found 59 RPM for ghc-HTTP

PackageSummaryDistributionDownload
ghc-HTTP-4000.4.1-6.fc40.aarch64.htmlA library for client-side HTTPFedora Rawhide for aarch64ghc-HTTP-4000.4.1-6.fc40.aarch64.rpm
ghc-HTTP-4000.4.1-6.fc40.aarch64.htmlA library for client-side HTTPFedora 40 for aarch64ghc-HTTP-4000.4.1-6.fc40.aarch64.rpm
ghc-HTTP-4000.4.1-6.fc40.ppc64le.htmlA library for client-side HTTPFedora Rawhide for ppc64leghc-HTTP-4000.4.1-6.fc40.ppc64le.rpm
ghc-HTTP-4000.4.1-6.fc40.ppc64le.htmlA library for client-side HTTPFedora 40 for ppc64leghc-HTTP-4000.4.1-6.fc40.ppc64le.rpm
ghc-HTTP-4000.4.1-6.fc40.s390x.htmlA library for client-side HTTPFedora Rawhide for s390xghc-HTTP-4000.4.1-6.fc40.s390x.rpm
ghc-HTTP-4000.4.1-6.fc40.s390x.htmlA library for client-side HTTPFedora 40 for s390xghc-HTTP-4000.4.1-6.fc40.s390x.rpm
ghc-HTTP-4000.4.1-6.fc40.x86_64.htmlA library for client-side HTTPFedora Rawhide for x86_64ghc-HTTP-4000.4.1-6.fc40.x86_64.rpm
ghc-HTTP-4000.4.1-6.fc40.x86_64.htmlA library for client-side HTTPFedora 40 for x86_64ghc-HTTP-4000.4.1-6.fc40.x86_64.rpm
ghc-HTTP-4000.4.1-4.fc39.aarch64.htmlA library for client-side HTTPFedora 39 for aarch64ghc-HTTP-4000.4.1-4.fc39.aarch64.rpm
ghc-HTTP-4000.4.1-4.fc39.ppc64le.htmlA library for client-side HTTPFedora 39 for ppc64leghc-HTTP-4000.4.1-4.fc39.ppc64le.rpm
ghc-HTTP-4000.4.1-4.fc39.s390x.htmlA library for client-side HTTPFedora 39 for s390xghc-HTTP-4000.4.1-4.fc39.s390x.rpm
ghc-HTTP-4000.4.1-4.fc39.x86_64.htmlA library for client-side HTTPFedora 39 for x86_64ghc-HTTP-4000.4.1-4.fc39.x86_64.rpm
ghc-HTTP-4000.4.1-3.1.aarch64.htmlA library for client-side HTTPOpenSuSE Ports Tumbleweed for aarch64ghc-HTTP-4000.4.1-3.1.aarch64.rpm
ghc-HTTP-4000.4.1-3.1.ppc64le.htmlA library for client-side HTTPOpenSuSE Ports Tumbleweed for ppc64leghc-HTTP-4000.4.1-3.1.ppc64le.rpm
ghc-HTTP-4000.4.1-3.1.riscv64.htmlA library for client-side HTTPOpenSuSE Ports Tumbleweed for riscv64ghc-HTTP-4000.4.1-3.1.riscv64.rpm
ghc-HTTP-4000.4.1-3.1.s390x.htmlA library for client-side HTTPOpenSuSE Ports Tumbleweed for s390xghc-HTTP-4000.4.1-3.1.s390x.rpm
ghc-HTTP-4000.4.1-3.1.x86_64.htmlA library for client-side HTTPOpenSuSE Tumbleweed for x86_64ghc-HTTP-4000.4.1-3.1.x86_64.rpm
ghc-HTTP-4000.4.1-2.fc38.aarch64.htmlA library for client-side HTTPFedora 38 for aarch64ghc-HTTP-4000.4.1-2.fc38.aarch64.rpm
ghc-HTTP-4000.4.1-2.fc38.ppc64le.htmlA library for client-side HTTPFedora 38 for ppc64leghc-HTTP-4000.4.1-2.fc38.ppc64le.rpm
ghc-HTTP-4000.4.1-2.fc38.s390x.htmlA library for client-side HTTPFedora 38 for s390xghc-HTTP-4000.4.1-2.fc38.s390x.rpm
ghc-HTTP-4000.4.1-2.fc38.x86_64.htmlA library for client-side HTTPFedora 38 for x86_64ghc-HTTP-4000.4.1-2.fc38.x86_64.rpm
ghc-HTTP-4000.3.16-4.fc37.aarch64.htmlA library for client-side HTTPFedora 37 for aarch64ghc-HTTP-4000.3.16-4.fc37.aarch64.rpm
ghc-HTTP-4000.3.16-4.fc37.ppc64le.htmlA library for client-side HTTPFedora 37 for ppc64leghc-HTTP-4000.3.16-4.fc37.ppc64le.rpm
ghc-HTTP-4000.3.16-4.fc37.s390x.htmlA library for client-side HTTPFedora 37 for s390xghc-HTTP-4000.3.16-4.fc37.s390x.rpm
ghc-HTTP-4000.3.16-4.fc37.x86_64.htmlA library for client-side HTTPFedora 37 for x86_64ghc-HTTP-4000.3.16-4.fc37.x86_64.rpm
ghc-HTTP-4000.3.16-2.el9.aarch64.htmlA library for client-side HTTPEPEL 9 for aarch64ghc-HTTP-4000.3.16-2.el9.aarch64.rpm
ghc-HTTP-4000.3.16-2.el9.ppc64le.htmlA library for client-side HTTPEPEL 9 for ppc64leghc-HTTP-4000.3.16-2.el9.ppc64le.rpm
ghc-HTTP-4000.3.16-2.el9.s390x.htmlA library for client-side HTTPEPEL 9 for s390xghc-HTTP-4000.3.16-2.el9.s390x.rpm
ghc-HTTP-4000.3.16-2.el9.x86_64.htmlA library for client-side HTTPEPEL 9 for x86_64ghc-HTTP-4000.3.16-2.el9.x86_64.rpm
ghc-HTTP-4000.3.16-1.4.armv7hl.htmlA library for client-side HTTPOpenSuSE Ports Tumbleweed for armv7hlghc-HTTP-4000.3.16-1.4.armv7hl.rpm
ghc-HTTP-4000.3.16-bp156.4.4.aarch64.htmlA library for client-side HTTPOpenSuSE Leap 15.6 for aarch64ghc-HTTP-4000.3.16-bp156.4.4.aarch64.rpm
ghc-HTTP-4000.3.16-bp156.4.4.ppc64le.htmlA library for client-side HTTPOpenSuSE Leap 15.6 for ppc64leghc-HTTP-4000.3.16-bp156.4.4.ppc64le.rpm
ghc-HTTP-4000.3.16-bp156.4.4.s390x.htmlA library for client-side HTTPOpenSuSE Leap 15.6 for s390xghc-HTTP-4000.3.16-bp156.4.4.s390x.rpm
ghc-HTTP-4000.3.16-bp156.4.4.x86_64.htmlA library for client-side HTTPOpenSuSE Leap 15.6 for x86_64ghc-HTTP-4000.3.16-bp156.4.4.x86_64.rpm
ghc-HTTP-4000.3.16-bp155.3.14.aarch64.htmlA library for client-side HTTPOpenSuSE Leap 15.5 for aarch64ghc-HTTP-4000.3.16-bp155.3.14.aarch64.rpm
ghc-HTTP-4000.3.16-bp155.3.14.ppc64le.htmlA library for client-side HTTPOpenSuSE Leap 15.5 for ppc64leghc-HTTP-4000.3.16-bp155.3.14.ppc64le.rpm
ghc-HTTP-4000.3.16-bp155.3.14.s390x.htmlA library for client-side HTTPOpenSuSE Leap 15.5 for s390xghc-HTTP-4000.3.16-bp155.3.14.s390x.rpm
ghc-HTTP-4000.3.16-bp155.3.14.x86_64.htmlA library for client-side HTTPOpenSuSE Leap 15.5 for x86_64ghc-HTTP-4000.3.16-bp155.3.14.x86_64.rpm
ghc-HTTP-4000.3.16-bp155.3.1.armv7hl.htmlA library for client-side HTTPOpenSuSE Ports Leap 15.5 for armv7hlghc-HTTP-4000.3.16-bp155.3.1.armv7hl.rpm
ghc-HTTP-4000.3.16-bp154.2.11.aarch64.htmlA library for client-side HTTPOpenSuSE Leap 15.4 for aarch64ghc-HTTP-4000.3.16-bp154.2.11.aarch64.rpm
ghc-HTTP-4000.3.16-bp154.2.11.ppc64le.htmlA library for client-side HTTPOpenSuSE Leap 15.4 for ppc64leghc-HTTP-4000.3.16-bp154.2.11.ppc64le.rpm
ghc-HTTP-4000.3.16-bp154.2.11.x86_64.htmlA library for client-side HTTPOpenSuSE Leap 15.4 for x86_64ghc-HTTP-4000.3.16-bp154.2.11.x86_64.rpm
ghc-HTTP-4000.3.16-bp154.2.1.armv7hl.htmlA library for client-side HTTPOpenSuSE Ports Leap 15.4 for armv7hlghc-HTTP-4000.3.16-bp154.2.1.armv7hl.rpm
ghc-HTTP-4000.3.14-bp153.1.20.aarch64.htmlA library for client-side HTTPOpenSuSE Leap 15.3 for aarch64ghc-HTTP-4000.3.14-bp153.1.20.aarch64.rpm
ghc-HTTP-4000.3.14-bp153.1.20.ppc64le.htmlA library for client-side HTTPOpenSuSE Leap 15.3 for ppc64leghc-HTTP-4000.3.14-bp153.1.20.ppc64le.rpm
ghc-HTTP-4000.3.14-bp153.1.20.x86_64.htmlA library for client-side HTTPOpenSuSE Leap 15.3 for x86_64ghc-HTTP-4000.3.14-bp153.1.20.x86_64.rpm
ghc-HTTP-4000.3.14-bp153.1.2.armv7hl.htmlA library for client-side HTTPOpenSuSE Ports Leap 15.3 for armv7hlghc-HTTP-4000.3.14-bp153.1.2.armv7hl.rpm
ghc-HTTP-4000.3.14-lp152.3.1.aarch64.htmlA library for client-side HTTPOpenSuSE Ports Leap 15.2 for aarch64ghc-HTTP-4000.3.14-lp152.3.1.aarch64.rpm
ghc-HTTP-4000.3.14-lp152.3.1.ppc64le.htmlA library for client-side HTTPOpenSuSE Ports Leap 15.2 for ppc64leghc-HTTP-4000.3.14-lp152.3.1.ppc64le.rpm
ghc-HTTP-4000.3.14-lp152.3.1.x86_64.htmlA library for client-side HTTPOpenSuSE Leap 15.2 for x86_64ghc-HTTP-4000.3.14-lp152.3.1.x86_64.rpm
ghc-HTTP-4000.3.12-2.3.armv6hl.htmlA library for client-side HTTPOpenSuSE Ports Tumbleweed for armv6hlghc-HTTP-4000.3.12-2.3.armv6hl.rpm
ghc-HTTP-4000.3.12-1.el8.aarch64.htmlA library for client-side HTTPEPEL 8 for aarch64ghc-HTTP-4000.3.12-1.el8.aarch64.rpm
ghc-HTTP-4000.3.12-1.el8.ppc64le.htmlA library for client-side HTTPEPEL 8 for ppc64leghc-HTTP-4000.3.12-1.el8.ppc64le.rpm
ghc-HTTP-4000.3.12-1.el8.s390x.htmlA library for client-side HTTPEPEL 8 for s390xghc-HTTP-4000.3.12-1.el8.s390x.rpm
ghc-HTTP-4000.3.12-1.el8.x86_64.htmlA library for client-side HTTPEPEL 8 for x86_64ghc-HTTP-4000.3.12-1.el8.x86_64.rpm
ghc-HTTP-4000.2.8-33.el7.aarch64.htmlA library for client-side HTTPEPEL 7 for aarch64ghc-HTTP-4000.2.8-33.el7.aarch64.rpm
ghc-HTTP-4000.2.8-33.el7.ppc64.htmlA library for client-side HTTPEPEL 7 for ppc64ghc-HTTP-4000.2.8-33.el7.ppc64.rpm
ghc-HTTP-4000.2.8-33.el7.ppc64le.htmlA library for client-side HTTPEPEL 7 for ppc64leghc-HTTP-4000.2.8-33.el7.ppc64le.rpm
ghc-HTTP-4000.2.8-33.el7.x86_64.htmlA library for client-side HTTPEPEL 7 for x86_64ghc-HTTP-4000.2.8-33.el7.x86_64.rpm

Generated by rpm2html 1.6

Fabrice Bellet