My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
httpops.h File Reference

Go to the source code of this file.

Functions

char * path_to_mimetype (char *path)
 
int url_to_path (char *url, char *dir, char *path, int capacity)
 
int generate_header (char *dest, int code, int capacity, int body_len, char *mime_type)
 

Function Documentation

int generate_header ( char *  dest,
int  code,
int  capacity,
int  body_len,
char *  mime_type 
)

Definition at line 88 of file httpops.c.

char* path_to_mimetype ( char *  path)

Definition at line 36 of file httpops.c.

int url_to_path ( char *  url,
char *  dir,
char *  path,
int  capacity 
)

Definition at line 62 of file httpops.c.