@@ -69,10 +69,10 @@ The newly created file will be accessible at
6969 Notice that ``static `` is a special path for py4web and only files under
7070the ``static `` folder are served.
7171
72- Important: internally py4web uses the bottle
73- ` static_file <https://bottlepy.org/docs/dev/tutorial.html#static-files >`__
74- method for serving static files, which means it supports streaming ,
75- partial content, range requests, and if-modified-since. This is all
72+ Important: internally py4web uses the ombott
73+ (One More BOTTle) <https://github.com/valq7711/ombott >`__,
74+ It supports streaming, partial content, range requests ,
75+ and if-modified-since. This is all
7676handled automatically based on the HTTP request headers.
7777
7878Dynamic Web Pages
@@ -218,7 +218,7 @@ This action can be accessed at:
218218
219219
220220
221- Notice that the request object is a `Bottle request object <https://bottlepy.org/docs/dev/api.html#the-request-object >`__.
221+ Notice that the request object is equivalent to a `Bottle request object <https://bottlepy.org/docs/dev/api.html#the-request-object >`__.
222222with one additional attribute:
223223
224224::
@@ -364,8 +364,7 @@ The scaffold app contains an example of a more complex action:
364364
365365 Notice the following:
366366
367- - ``request ``, ``response ``, ``abort `` are defined by Bottle, using
368- `ombott (One More BOTTle) <https://github.com/valq7711/ombott >`__,
367+ - ``request ``, ``response ``, ``abort `` are defined by
369368 which is a fast bottlepy spin-off.
370369- ``redirect `` and ``URL `` are similar to their web2py counterparts
371370- helpers (``A ``, ``DIV ``, ``SPAN ``, ``IMG ``, etc) must be imported
0 commit comments