friendev EtherDune TCP/IP library
Classes | Variables
/home/jander/temp/etherdune/HTTPClient.h File Reference
#include <ACross.h>
#include "HTTPConstants.h"
#include "TCPSocket.h"
#include <FlowScanner.h>

Go to the source code of this file.

Classes

class  HTTPClient
 Provides an easy way to query a web server. More...
 

Variables

static const char statusCodePatternString [] = "HTTP/%*1d.%*1d %d%*99[^\r\n]\r\n"
 
static const char bodyBeginPatternString [] = "\r\n\r\n"
 

Variable Documentation

const char bodyBeginPatternString[] = "\r\n\r\n"
static

Definition at line 39 of file HTTPClient.h.

const char statusCodePatternString[] = "HTTP/%*1d.%*1d %d%*99[^\r\n]\r\n"
static

Definition at line 38 of file HTTPClient.h.