Prusa MINI Firmware overview
http_states.h
Go to the documentation of this file.
1 #pragma once
2 
3 extern const char *HTTP_200;
4 extern const char *HTTP_400;
5 extern const char *HTTP_404;
6 
7 extern const char *HTTP_500;
HTTP_400
const char * HTTP_400
Definition: http_states.c:4
HTTP_404
const char * HTTP_404
Definition: http_states.c:5
HTTP_500
const char * HTTP_500
Definition: http_states.c:7
HTTP_200
const char * HTTP_200
Definition: http_states.c:3
HTTP_400
const char * HTTP_400
Definition: http_states.c:4
HTTP_404
const char * HTTP_404
Definition: http_states.c:5
HTTP_500
const char * HTTP_500
Definition: http_states.c:7
HTTP_200
const char * HTTP_200
Definition: http_states.c:3
http_states.h