[][src]Module ntex::web::dev

The ntex::web prelude for library developers

The purpose of this module is to alleviate imports of many common traits by adding a glob import to the top of ntex::web heavy modules:

Structs

AppConfig

Application configuration

ConnectionInfo

HttpRequest connection information

ResourceMap
WebRequest

An service http request

WebResponse

An service http response

WebServiceAdapter

Create service adapter for a specific path.

WebServiceConfig

Application service configuration

Traits

IntoRoutes

Convert object to a vec of routes

WebServiceFactory