RoutingApplicationCall
An application call handled by Routing.
Constructors
Functions
Properties
An ApplicationResponse that is a server response.
Extensions
Creates a default ContentType based on the given contentType and current call.
Indicates if a response is 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 channel content for this call.
Receives multipart data for this call.
Receives content for this request.
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.
The TypeInfo recorded from the last call.receive() call.
Sends a message as a response.
Sends a message of type messageType as a response.
Sends a message of type messageType as a response with the specified status code.
Responds to a client with a raw bytes response, using the specified provider to build a byte array.
Responds to a client with a raw bytes response, using specified bytes.
Respond with a binary content producer.
Responds to a client with a contents of a file
Sends a message as a response.
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 a URL based on current call using the block function.
Responds to a client with a plain text response.
Responds to a client with a plain text response, using the specified provider to build a text.
Respond with text content writer.
Creates an url using current call's schema, path and parameters as initial and then invokes block function on the url builder so amend parameters