Crate ntex[][src]

Expand description

ntex - framework for composable network services

Package feature

  • openssl - enables ssl support via openssl crate
  • rustls - enables ssl support via rustls crate
  • compress - enables compression support in http and web modules
  • cookie - enables cookie support in http and web modules

Re-exports

pub use self::service::*;

Modules

Communication primitives

Utilities for encoding and decoding frames.

Tcp connector service

Http protocol support.

Resource path matching library.

A runtime implementation that runs everything on the current thread.

General purpose tcp server

A synchronization primitive for task wakeup.

Utilities for tracking time.

Web framework for Rust.

WebSocket protocol support.

Traits

A Sink is a value into which other values can be sent, asynchronously.

A stream of values produced asynchronously.

Attribute Macros

Marks async function to be executed by ntex system.

Marks async test function to be executed by ntex runtime.