#include "curl_setup.h"
#include "urldata.h"
#include <curl/curl.h>
#include "transfer.h"
#include "sendf.h"
#include "escape.h"
#include "progress.h"
#include "dict.h"
#include "strcase.h"
#include "curl_memory.h"
#include "memdebug.h"
Go to the source code of this file.
Functions | |
static CURLcode | dict_do (struct connectdata *conn, bool *done) |
static char * | unescape_word (struct Curl_easy *data, const char *inputbuff) |
Variables | |
const struct Curl_handler | Curl_handler_dict |
|
static |
|
static |
const struct Curl_handler Curl_handler_dict |