Hoogle Search
Within LTS Haskell 24.49 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Parsing/printing of persistent web cookies A library that provides parsing and printing functions that read and write web cookies stored in the Netscape/Mozilla cookie jar file format; also the format used by curl. See the README for a simple usage example
-
Support for deriving PathInfo using Template Haskell web-routes is a portable library for type-safe URLs. This module adds support for creating the URL parsers/printers automatically using Template Haskell.
-
Fixed size big integers for Haskell Web3 library. This package implements codec instances and other helper functions.
-
Ethereum support for Haskell Web3 library. Client library for Third Generation of Web.
-
Polkadot support for Haskell Web3 library. Client library for Third Generation of Web.
-
Node connection provider for Haskell Web3 library. This package contains general Web3 node adapters and connection helpers.
-
Solidity language for Haskell Web3 library. This package contains Solidity parsec-based parser and primitive types.
-
A typed wrapper for W3C WebDriver protocol. A base for other libraries. This library provides typed definitions for the endpoints of the W3C Webdriver. It is intended to be used as a base for other libraries that provide a WebDriver client implementation and higher level functions. A WebDriver client implementation can be built by pattern matching on the W3Spec type returned by the functions in this library, sending the corresponding HTTP requests to a vendor provided WebDriver, then parsing the response using the parser provided as part of the W3Spec type. See WebDriverPreCore for further details and the project repo for examples . If you are looking for a fully implemented web client library, you should check out an alternative such as haskell-webdriver.
-
Conduit wrapper of Webex Teams List API Please see the README on Github at https://github.com/nshimaza/webex-teams-api#readme
-
Composable, type-safe library to build HTTP API servers WebGear is a library to for building composable, type-safe HTTP API servers. WebGear focuses on good documentation and usability. See the documentation of WebGear module to get started.