ntex

framework for composable networking services

APACHE-2.0 License

Downloads
2.5M
Stars
2K
Committers
232

Bot releases are visible (Hide)

ntex - ntex-tokio v0.5.1 Latest Release

Published by fafhrd91 about 1 month ago

Changes

  • Stop write task if io is closed
ntex - ntex v2.4.0

Published by fafhrd91 about 1 month ago

Changes

  • Add experimental compio runtime support
ntex - ntex-rt v0.4.16

Published by fafhrd91 about 2 months ago

Changes

  • Allow to override block_on function

  • Add stack size configuration

ntex - ntex-net v2.1.0

Published by fafhrd91 about 2 months ago

Changes

  • Add compio runtime support
ntex - ntex-rt v0.4.14

Published by fafhrd91 about 2 months ago

Changes

  • Add compio runtime support
ntex - ntex-compio v0.1.0

Published by fafhrd91 about 2 months ago

Changes

  • Initial release
ntex - ntex-io v2.3.0

Published by fafhrd91 about 2 months ago

Changes

  • Extend io task contexts, for "compio" runtime compatibility
ntex - ntex-tls v2.0.1

Published by fafhrd91 about 2 months ago

Changes

  • Fix rustls client/server filters
ntex - ntex-util v2.3.0

Published by fafhrd91 2 months ago

Changes

  • Allow to send clonable value via Condition
ntex - ntex v2.3.0

Published by fafhrd91 2 months ago

Changes

  • web: Allow to use generic middlewares #390
ntex - ntex v2.2.0

Published by fafhrd91 2 months ago

Changes

  • Http server graceful shutdown support
ntex - ntex-io v2.2.0

Published by fafhrd91 2 months ago

Changes

  • Allow to notify dispatcher from IoRef
ntex - ntex v2.1.0

Published by fafhrd91 3 months ago

Changes

  • Better handling for connection upgrade #385
ntex - ntex-io v2.1.0

Published by fafhrd91 3 months ago

Changes

  • Optimize Io layout
ntex - ntex-util 2.2.0

Published by fafhrd91 3 months ago

Changes

  • Add LocalWaker::with() helper
ntex - ntex-server v2.3.0

Published by fafhrd91 3 months ago

Changes

  • Add Server to TestServer
ntex - ntex v2.0.3

Published by fafhrd91 4 months ago

Changes

  • Re-export server signals api
ntex - ntex-server v2.1.0

Published by fafhrd91 4 months ago

Changes

  • Shutdown service on error and on worker shutdown
ntex - ntex-util v2.1.0

Published by fafhrd91 4 months ago

Changes

  • Add task::yield_to() helper
ntex - ntex v2.0.2

Published by fafhrd91 4 months ago

Changes

  • web: Cleanup http request in cache

  • http: Fix handling of connection header