doc/book/devweb/publisher.rst
changeset 12530 9d88e1177c35
parent 10491 c67bcee93248
equal deleted inserted replaced
12529:7276f1c89ddd 12530:9d88e1177c35
     5 
     5 
     6 What happens when an HTTP request is issued ?
     6 What happens when an HTTP request is issued ?
     7 
     7 
     8 The story begins with the ``CubicWebPublisher.main_publish``
     8 The story begins with the ``CubicWebPublisher.main_publish``
     9 method. We do not get upper in the bootstrap process because it is
     9 method. We do not get upper in the bootstrap process because it is
    10 dependant on the used HTTP library. With `twisted`_ however,
    10 dependant on the used HTTP library.
    11 ``cubicweb.etwist.server.CubicWebRootResource.render_request`` is the
       
    12 real entry point.
       
    13 
       
    14 .. _`twisted`: http://twistedmatrix.com/trac/
       
    15 
    11 
    16 What main_publish does:
    12 What main_publish does:
    17 
    13 
    18 * get a controller id and a result set from the path (this is actually
    14 * get a controller id and a result set from the path (this is actually
    19   delegated to the `urlpublisher` component)
    15   delegated to the `urlpublisher` component)