ApplicationCall
Represents a single act of communication between a client and server.
Functions
Allows you to execute a handler after the current call is finished.
Properties
ApplicationRequest that represents a client request.
ApplicationRequest that represents a server response.
Inheritors
Extensions
Creates a default ContentType based on the given contentType and current call
Indicates if the response was sent.
Returns MutableOriginConnectionPoint associated with this call
Produces HTTP/2 push from server to client or sets HTTP/1.x hint header or does nothing. Exact behaviour is up to engine implementation.
Produces HTTP/2 push from server to client or sets HTTP/1.x hint header or does nothing (may call or not call block). Exact behaviour is up to engine implementation.
Receives content for this request.
Receives channel content for this call.
Receives multipart data for this call.
Receives content for this request.
Receives form parameters for this call.
Receives stream content for this call.
Receives incoming content for this call as String.
Responds to a client with a raw bytes response, using specified provider to build a byte array
Responds to a client with a raw bytes response, using specified bytes
Respond with binary content producer.
Responds to a client with a contents of a file
Respond with binary content producer.
Responds to a client with a 301 Moved Permanently
or 302 Found
redirect
Responds to a client with a 301 Moved Permanently
or 302 Found
redirect. Unlike the other respondRedirect it provides a way to build URL based on current call using block function
Responds to a client with a plain text response, using specified text
Responds to a client with a plain text response, using specified provider to build a text
Respond with text content writer.