The Fire objectfiery is build on top of the R6 class system and all functionality in the package is more or less part of the Fire class. The understanding of this class is thus integral to understanding fiery. |
|
---|---|
Generate a New App Object |
|
LoggingLogs are an important part of many servers and fiery has a central logging facility where callbacks and handlers can send logging information to without worrying about where and how the logs get written. |
|
|
App Logging |
Request and response objectsA lot of the logic in web servers are concerned with parsing requests and building up responses. fiery uses the Request and Response classes defined in the reqres package. See the documentation there. |
|
RoutingA central part of many servers is the router that takes care of recieving requests and directing them at the right handlers for further processing. Being the minimal server framework that it is, fiery doesn’t include router functionality itself, but the routr package. |