mementoweb.apps.web package

Submodules

mementoweb.apps.web.main_controller module

class mementoweb.apps.web.main_controller.MainController

Bases: object

Includes functions and attributes for the main controller responsible for the Memento validator HTTP API.

main()

Performs validation based on the parameters received in the request. (Includes testing for the parameters)

Returns

dict containing errors or response from the validation process.

class mementoweb.apps.web.main_controller.RequestError

Bases: TypedDict

Used for typing for denoting errors in API requests.

description: str
type: str

mementoweb.apps.web.server module

mementoweb.apps.web.server.docs(path)
mementoweb.apps.web.server.main()
mementoweb.apps.web.server.webapp_static(path)

Module contents