- http/impl/request.hpp: moving uri parsing out of constructor and into a 'uri' member function of the request object
- http/client.hpp: support for resolved endpoint caching and HTTP 300..307 redirection
- http/response.hpp: adding proper copy constructor
- http_1_0_test.cpp: adding tests for resolved endpoint caching and 300->307 redirection