working on adding different types of requests

This commit is contained in:
2025-10-06 13:41:12 -07:00
parent dba3bf3030
commit 5f058a01bf
3 changed files with 29 additions and 0 deletions

View File

@@ -35,8 +35,10 @@
#define HTTP_CONTENT_TYPE_IMAGE_PNG "image/png"
#define HTTP_CONTENT_TYPE_IMAGE_BMP "image/bmp"
#endif // HTTP_CONTENT_TYPES_H
#define HTTP_RECIVE_PACKET_SIZE 1024