http.cpp File Reference
#include "http.h"
#include <config.h>
#include <fcntl.h>
#include <utime.h>
#include <stdlib.h>
#include <stdio.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <unistd.h>
#include <QtXml/qdom.h>
#include <QtCore/QFile>
#include <QtCore/QRegExp>
#include <QtCore/QDate>
#include <QtDBus/QtDBus>
#include <QtNetwork/QAuthenticator>
#include <QtNetwork/QNetworkProxy>
#include <QtNetwork/QTcpSocket>
#include <QtNetwork/QHostInfo>
#include <kurl.h>
#include <kdebug.h>
#include <klocale.h>
#include <kconfig.h>
#include <kconfiggroup.h>
#include <kservice.h>
#include <kdatetime.h>
#include <kcodecs.h>
#include <kcomponentdata.h>
#include <krandom.h>
#include <kmimetype.h>
#include <ktoolinvocation.h>
#include <kstandarddirs.h>
#include <kremoteencoding.h>
#include <kio/ioslave_defaults.h>
#include <kio/http_slave_defaults.h>
#include <httpfilter.h>
#include <misc/kntlm/kntlm.h>
#include <kapplication.h>
#include <kaboutdata.h>
#include <kcmdlineargs.h>
#include <kde_file.h>
#include "parsinghelpers.cpp"
#include "httpauthentication.cpp"
#include "http.moc"
Go to the source code of this file.
Define Documentation
Function Documentation
static QString extractMaybeQuotedUntil |
( |
const QString & |
str, |
|
|
unsigned char |
term, |
|
|
int & |
pos | |
|
) |
| | [static] |
static QString extractUntil |
( |
const QString & |
str, |
|
|
unsigned char |
term, |
|
|
int & |
pos | |
|
) |
| | [static] |
static bool isCrossDomainRequest |
( |
const QString & |
fqdn, |
|
|
const QString & |
originURL | |
|
) |
| | [static] |
static bool isEncryptedHttpVariety |
( |
const QString & |
p |
) |
[static] |
static bool isHttpProxy |
( |
const KUrl & |
u |
) |
[static] |
static bool isValidProxy |
( |
const KUrl & |
u |
) |
[static] |
int kdemain |
( |
int |
argc, |
|
|
char ** |
argv | |
|
) |
| | |
static QString methodString |
( |
HTTP_METHOD |
m |
) |
[static] |
static QString sanitizeCustomHTTPHeader |
( |
const QString & |
_header |
) |
[static] |
static void skipLWS |
( |
const QString & |
str, |
|
|
int & |
pos | |
|
) |
| | [static] |