Home
last modified time | relevance | path

Searched defs:HConnect (Results 1 – 2 of 2) sorted by relevance

/plan9-contrib/sys/include/
H A Dhttpd.h4 typedef struct HConnect HConnect; typedef
195 struct HConnect struct
198 void (*replog)(HConnect*, char*, ...); /* called when reply sent */ argument
200 char *scheme; /* "http" vs. "https" */
201 char *port; /* may be arbitrary, i.e., neither 80 nor 443 */
203 HttpReq req;
227 void *halloc(HConnect *c, ulong size); argument
/plan9-contrib/sys/src/cmd/venti/srv/
H A Dhttpd.c80 httpdobj(char *name, int (*f)(HConnect*)) in httpdobj()