#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include <sys/types.h>#include <netinet/in.h>Go to the source code of this file.
Functions | |
| int | parse_url (char *url, char **out_host, uint16_t *port, char **out_request) | 
      
  | 
  ||||||||||||||||||||
| 
 
 Definition at line 31 of file url.c. References my_isalnum, my_isdigit, and my_isxdigit. Referenced by edit(), process_header(), and readconfig().  | 
  
 
1.3.6