#include <conio.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <assert.h>
#include "inet/httpget.h"
#include "inet/base64.h"
#include "inet/dns.h"
#include "inet/url.h"
#include "sc12/tcpip.h"
#include "vs1001.cpp"
#include "misc.h"
Go to the source code of this file.
Functions | |
int | http_get (const char *urlString, char *result, unsigned maxlen) |
|
Definition at line 31 of file httpget_old.cpp. References base64encode(), closesocket(), gethostbyname(), URL::host, inet_addr(), MSG_TIMEOUT, parse_url(), URL::pass, URL::path, URL::port, recv(), send(), tcp_connect(), URL::user, VS_IsPlaying(), VS_PlayMpegAsync(), and VS_Reset(). |