Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/
H A Dhget.c9 typedef struct URL URL; typedef
10 struct URL struct
12 int method;
13 char *host;
14 char *port;
15 char *page;
16 char *etag;
17 char *redirect;
18 char *postbody;
19 char *cred;
[all …]