• Niklas Adolfsson's avatar
    HTTP server refactor (#253) · 49899740
    Niklas Adolfsson authored
    * refactor benches
    
    * start
    
    * fix build: enable `raw value` feature serde_json
    
    * start
    
    * port it
    
    * make tests compile
    
    * fix bench
    
    * fix bench
    
    * introduce builder pattern
    
    * tweaks
    
    * remove unused code
    
    * cleanup
    
    * [http server]: configure tcp socket manually.
    
    The major reason is to provide a uniform API with the WebSocket server to return the local address.
    
    * remove unused deps
    
    * [examples]: remove needless sleep
    
    * chore: add docs and refactor noise.
    
    * Update types/src/jsonrpc/error.rs
    
    * http server use constants
    49899740
This project manages its dependencies using Cargo. Learn more