Types

class clink.routing.route.Route(path, method, req_type, handle)[source]

Specify a route in a map

Parameters:
  • path (str) –
  • method (str) –
  • req_type (str) –
  • handle (function) –
class clink.routing.type.CtlMethod(path, method, req_type)[source]

Specify controller method

Parameters:
  • path (str) –
  • method (clink.type.HttpMethod) –
  • req_type (str) –