#include <rpmurl.h>
Public Attributes | |
int | nrefs |
const char* | url |
const char* | service |
const char* | user |
const char* | password |
const char* | host |
const char* | portstr |
const char* | proxyu |
const char* | proxyh |
int | proxyp |
int | port |
int | urltype |
FD_t | ctrl |
FD_t | data |
int | bufAlloced |
char* | buf |
int | openError |
int | httpVersion |
int | httpHasRange |
int | magic |
Definition at line 27 of file rpmurl.h.
|
I/O buffer |
|
sizeof I/O buffer |
|
control channel Definition at line 40 of file rpmurl.h. Referenced by XurlFree(). |
|
per-xfer data channel Definition at line 41 of file rpmurl.h. Referenced by ftpReq(). |
|
|
|
|
|
|
|
|
|
no. of references |
|
Type of open failure |
|
|
|
|
|
|
|
FTP/HTTP: proxy host |
|
FTP/HTTP: proxy port |
|
FTP: proxy user |
|
|
|
copy of original url |
|
|
|
|