 
            
            
            
            
                21 Jan
                
                    2020
                
            
            
                21 Jan
                
                '20
                
            
            
            
        
    
                4:37 p.m.
            
        On Mon, Jan 20, 2020 at 11:13 PM Mateusz Loskot via Boost <boost@lists.boost.org> wrote:
There is no reference to any of the URI/URL RFCs in the code or any (documentation) files. Is this deliberate?
Thanks for the feedback! Yes there is a link here: <https://github.com/vinniefalco/url/blob/develop/include/boost/url/detail/parse.hpp#L21>
What's the status of conformance?
The target is rfc3986 compliance. I believe it is there (modulo bugs). These tests all pass: <https://github.com/vinniefalco/url/blob/cfd09ee8925d596b201fc0502d6bf6a407fb3b27/test/value.cpp> Thanks