Prusa MINI Firmware overview
http_states.c File Reference
#include "http_states.h"

Variables

const char * HTTP_200 = "200 OK"
 
const char * HTTP_400 = "400 Bad Request"
 
const char * HTTP_404 = "404 Not Found"
 
const char * HTTP_500 = "500 Internal Server Error"
 

Variable Documentation

◆ HTTP_200

const char* HTTP_200 = "200 OK"

◆ HTTP_400

const char* HTTP_400 = "400 Bad Request"

◆ HTTP_404

const char* HTTP_404 = "404 Not Found"

◆ HTTP_500

const char* HTTP_500 = "500 Internal Server Error"