Cat Feeder  1.0.0
The Cat feeder project
Loading...
Searching...
No Matches
backend.src.libs.http_codes.converter Namespace Reference

Data Structures

class  Converter
 

Detailed Description

# +==== BEGIN CatFeeder =================+
# LOGO: 
# ..............(..../\\
# ...............)..(.')
# ..............(../..)
# ...............\\‍(__)|
# Inspired by Joan Stark
# source https://www.asciiart.eu/
# animals/cats
# /STOP
# PROJECT: CatFeeder
# FILE: converter.py
# CREATION DATE: 14-01-2026
# LAST Modified: 23:43:25 16-01-2026
# DESCRIPTION: 
# This is the backend server in charge of making the actual website work.
# /STOP
# COPYRIGHT: (c) Cat Feeder
# PURPOSE: This is a python class that aims to convert received data types into other when the type is either not universally supported by browsers or to big to store. These are on demand functions, this means that they don't execute unless the endpoint calls them.
# // AR
# +==== END CatFeeder =================+