url is:package
A library for working with URLs.
A library for working with URLs.
Not on Stackage, so not searched.
Generate or process x-www-urlencoded data
Not on Stackage, so not searched.
Encoding and decoding of URL slugs
Not on Stackage, so not searched.
Decoders for URL-encoding (aka Percent-encoding)
Not on Stackage, so not searched.
Memory efficient url type and parser.
Not on Stackage, so not searched.
Parse/format generic key/value URLs from record data types.
Not on Stackage, so not searched.
Parallel link checker
Not on Stackage, so not searched.
Decode percent-encoded strings.
Not on Stackage, so not searched.
Simple, declarative, expressive URL routing -- on happstack.
Not on Stackage, so not searched.
Library for maintaining correctness of URLs within an application.
Not on Stackage, so not searched.
DEPRECATED A simple, liberal URL parser.
Not on Stackage, so not searched.
Url dispatcher. Helps to retain friendly URLs in web applications.
Haskell binding to libcurl
libcurl is a client-side URL transfer library, supporting FTP, FTPS,
HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE.
libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading,
HTTP form based upload, proxies, cookies, user+password authentication
(Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume,
http proxy tunneling and more!
This package provides a Haskell binding to libcurl.
High-level file download based on URLs
High-level file download based on URLs
Download web content as strict or lazy bytestringrs, strings, HTML
tags, XML, RSS or Atom feeds or JSON, using the curl network library.
Importing the library:
import Network.Curl.Download
Loading a webpage as a
ByteString:
doc <- openURI "http://haskell.org"
Loading from a file:
doc <- openURI "file:///tmp/A.hs"
Loading a HTML page as a list of tags:
tags <- openAsTags "http://haskell.org"
Loading a HTML page as XML:
tags <- openAsXML "http://haskell.org"
Loading an RSS or Atom feed:
feed <- openAsFeed "http://haskell.org"
These data types can the be processed further with the XML, Feed and
TagSoup libraries.
LibCurl interface for HXT
Not on Stackage, so not searched.
Haskell URL resolver
Not on Stackage, so not searched.
Communicate with web services using JSON
Not on Stackage, so not searched.
bindings to libcurl, the multiprotocol file transfer library
Handle data-urls
Please see README.md
Not on Stackage, so not searched.
Parse DATABASE_URL into configuration types for Persistent
Not on Stackage, so not searched.
Use TinyURL to compress URLs
Not on Stackage, so not searched.
A framework for declaratively writing curl based API tests
Curly braces (brackets) expanding
A library for curly braces (brackets) expanding - similar to bash
curly expanding. It also contain an extended version of it.