|
Cat Feeder
1.0.0
The Cat feeder project
|
Namespaces | |
| namespace | converter |
| namespace | converters |
| namespace | http_codes |
| namespace | http_constants |
# +==== BEGIN CatFeeder =================+ # LOGO: # ..............(..../\ # ...............)..(.') # ..............(../..) # ...............\(__)| # Inspired by Joan Stark # source https://www.asciiart.eu/ # animals/cats # /STOP # PROJECT: CatFeeder # FILE: __init__.py # CREATION DATE: 11-10-2025 # LAST Modified: 0:1:14 15-01-2026 # DESCRIPTION: # This is the backend server in charge of making the actual website work. # /STOP # COPYRIGHT: (c) Cat Feeder # PURPOSE: # File in charge of containing a human readable functions that will return the code corresponding to the HTTP status code. # This is used to avoid having to remember the codes and their meanings. # This binder also contains a function to ease the wrapping of the fastapi responses when one whishes to return a response with a status code. # /STOP # // AR # +==== END CatFeeder =================+