Open
Description
There needs to be an implementation about a content creation API workflow
For example in order to generate MyBlog indexes etc , there are some template text files that should get parts of them replaced with actual content , see this :
https://github.com/AmmarkoV/AmmarServer/blob/master/src/Services/MyBlog/index.c#L148
For now this is a first way to prepare buffers to be served to clients , there needs to be a proper implementation of the inject mechanism that will auto reallocate memory buffers etc
https://github.com/AmmarkoV/AmmarServer/blob/master/src/AmmServerlib/AString/AString.c#L196
any ideas are also welcome