toxtli / cefpython

Automatically exported from code.google.com/p/cefpython
1 stars 0 forks source link

Implement GetHeaderMap and SetHeaderMap in Response object #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
See [Response] object.

To be able to do this we need to create cython definitions for the C++ 
STL::multimap object. In cython library only STL::map is available, see 
Cython/Includes/libcpp/map.pxd. Need to create similar file called 
multimap.pxd, only some of the stuff is needed: begin(), end(), iterator, 
insert.

Original issue reported on code.google.com by czarek.t...@gmail.com on 24 Sep 2012 at 10:29

GoogleCodeExporter commented 8 years ago
Fixed in revision 12861193d67b.

Original comment by czarek.t...@gmail.com on 26 Nov 2012 at 8:56

GoogleCodeExporter commented 8 years ago
Project will move to Github. Find this issue at the new address (soon): 
https://github.com/cztomczak/cefpython/issues/16

Original comment by czarek.t...@gmail.com on 24 Aug 2015 at 6:25