areaDetector  3-5-0
EPICS areaDetector framework
Macros | Functions
nullhttpd_http.c File Reference
#include "nullhttpd.h"

Macros

#define RFC1123FMT   "%a, %d %b %Y %H:%M:%S GMT"
 

Functions

void printerror (int sid, int status, char *title, char *text)
 
char * get_mime_type (char *name)
 
void ReadPOSTData (int sid)
 
int read_header (int sid)
 
void send_header (int sid, int cacheable, int status, char *title, char *extra_header, char *mime_type, int length, time_t mod)
 
void send_fileheader (int sid, int cacheable, int status, char *title, char *extra_header, char *mime_type, int length, time_t mod)
 

Macro Definition Documentation

◆ RFC1123FMT

#define RFC1123FMT   "%a, %d %b %Y %H:%M:%S GMT"

Function Documentation

◆ get_mime_type()

char* get_mime_type ( char *  name)

◆ printerror()

void printerror ( int  sid,
int  status,
char *  title,
char *  text 
)

◆ read_header()

int read_header ( int  sid)

◆ ReadPOSTData()

void ReadPOSTData ( int  sid)

◆ send_fileheader()

void send_fileheader ( int  sid,
int  cacheable,
int  status,
char *  title,
char *  extra_header,
char *  mime_type,
int  length,
time_t  mod 
)

◆ send_header()

void send_header ( int  sid,
int  cacheable,
int  status,
char *  title,
char *  extra_header,
char *  mime_type,
int  length,
time_t  mod 
)