urdl icon indicating copy to clipboard operation
urdl copied to clipboard

Urdl C++ Library - Urdl is a cross-platform C++ library for downloading web content using a URL. It provides an easy-to-use extension to standard C++ iostreams and an asynchronous interface for use wi...

Results 9 urdl issues
Sort by recently updated
recently updated
newest added

hello chriskohlhoff - URDL lib +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ in windows 10/64bit/pro: i defined BOOST_ROOT environment variable pointing to the location of Boost. C:\boost_1_64_0_GCC i set an OPENSSL_ROOT environment variable pointing to the...

It's not clear to me how to correctly handle errors when using the following idiom: ``` std::ofstream os(path, std::ios_base::out | std::ios_base::binary); if (!os) { throw std::runtime_error(...); } os

Sorry to ask here but are there any plans to connect this to Asio Standalone?

I use urdl and the latest boost library (1.61.0). I builded both exactly as it is mentioned in their documentations. Also I have put the directories for the include path...

This PR adds three options below. - verify_peer - ca_cert - client_cert

This PR adds `request_headers` option, which allow users to send arbitrary HTTP headers. The option can override all HTTP headers generated by other options or urdl core, such as "Host",...

http options is implemented as number of classes. Is there any reason not to use a k/v based container ? If I want to add more options, I _HAVE_ to...

I'm trying to use URDL from the latest version on Windows in conjunction with Boost 1.57. When I compile using Visual Studio 2013 I get the following errors... 1>c:\urdl-0.1\include\urdl\detail\file_read_stream.hpp(98): warning...