Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • J jsonrpsee
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • parityparity
  • Mirrored projectsMirrored projects
  • jsonrpsee
  • Repository
Switch branch/tag
  • jsonrpsee
  • benches
  • helpers.rs
Find file BlameHistoryPermalink
  • Niklas Adolfsson's avatar
    replace `WS and HTTP servers` with a server that supports both `WS and HTTP` (#863) · bf73876d
    Niklas Adolfsson authored Sep 13, 2022
    
    
    * ws server: support both http and ws
    
    * clean things up
    
    * ws server: add http logger and ws logger
    
    * more cleanup
    
    * fix nits
    
    * middleware example
    
    * remove http and ws server crates
    
    * move things around
    
    * some minor fixes
    
    * fix stop in http context
    
    * fix tests
    
    * fix features
    
    * use header constants
    
    * remove access_control & expose only host filtering
    
    CORS has been removed to tower middleware and doesn't need to supported anymore
    
    * fix merge logging traits + move to server
    
    * supress warnings faulty dead code
    
    * remove unwrap
    
    * support http2
    
    * doesnt work
    
    * feat: simpler stop handling
    
    * Update server/src/future.rs
    
    * some cleanup
    
    * Update server/src/future.rs
    
    Co-authored-by: default avatarAlexandru Vasile <60601340+lexnv@users.noreply.github.com>
    
    * Update server/src/future.rs
    
    Co-authored-by: default avatarAlexandru Vasile <60601340+lexnv@users.noreply.github.com>
    
    * fix nits
    
    * address grumbles
    
    * commit examples and nits
    
    * clarify comment
    
    * remove noise
    
    * remove impl Future for ServerHandle
    
    * remove needless async {}
    
    * add http2 test
    
    * add ServerBuilder::build_from_tcp
    
    * fix super nit: no more Option<SocketAddr>
    
    * fix Option<SocketAddr>
    
    * Update server/src/future.rs
    
    Co-authored-by: default avatarAlexandru Vasile <60601340+lexnv@users.noreply.github.com>
    
    * Update server/src/future.rs
    
    Co-authored-by: default avatarAlexandru Vasile <60601340+lexnv@users.noreply.github.com>
    
    Co-authored-by: default avatarAlexandru Vasile <60601340+lexnv@users.noreply.github.com>
    bf73876d