http_utils.c File Reference

General purpose http utility methods from the ancient NCSA HTTPd server written by Rob McCool. More...

Go to the source code of this file.

Functions

char x2c (char *what)
void unescape_url (char *url)
char * makeword (char *line, char stop)
void plustospace (char *str)


Detailed Description

General purpose http utility methods from the ancient NCSA HTTPd server written by Rob McCool.

Author:
Rob McCool
Version:
$Id: http_utils.c,v 1.3 2002/08/26 16:28:39 chopp Exp $

Definition in file http_utils.c.


Function Documentation

char* makeword char *    line,
char    stop
 

Definition at line 55 of file http_utils.c.

References xmalloc().

void plustospace char *    str
 

Definition at line 73 of file http_utils.c.

void unescape_url char *    url
 

Definition at line 40 of file http_utils.c.

References x2c().

char x2c char *    what
 

Definition at line 27 of file http_utils.c.

Referenced by unescape_url().