Searched defs:HConnect (Results 1 – 2 of 2) sorted by relevance
4 typedef struct HConnect HConnect; typedef195 struct HConnect struct198 void (*replog)(HConnect*, char*, ...); /* called when reply sent */ argument200 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
80 httpdobj(char *name, int (*f)(HConnect*)) in httpdobj()