Package gavo :: Package web :: Module asyncrender
[frames] | no frames]

Module asyncrender

source code

Renderers and helpers for asynchronous services.

For TAP (which was the first prototype of these), there's a separate module using some of this; on the long run, it should probably be integrated here.

Classes
  UWSRedirect
a redirection for UWS (i.e., 303).
  MethodAwareResource
is a rend.Page with behaviour depending on the HTTP method.
  UWSErrorMixin
  JoblistResource
The web resource corresponding to async root.
  JobResource
The web resource corresponding to async requests for jobs.
Functions
 
getAsyncResource(ctx, workerSystem, renderer, service, segments) source code
Variables
  __package__ = 'gavo.web'