I started using HttpCore 4 about two weeks ago and am very impressed. However, I found two things missing, APIs for manipulating URIs (will send separate note) and a domain model for Cookies. After looking around, I discovered that there is a nice domain model for Cookies, but it lives in the HttpClient module (org.apache.http.cookie).
I would like to implement some server functionality with just HttpCore. It's tedious and error-prone to write cookies by hand. Would it be possible to move the basic Cookie domain model - i.e. constructing and manipulating Cookie objects via a Java API - down to HttpCore? Thanks! -- - Bill
