Sponge
CS144's user-space TCP library
Functions
webget.cc File Reference
#include "socket.hh"
#include "util.hh"
#include <cstdlib>
#include <iostream>
Include dependency graph for webget.cc:

Go to the source code of this file.

Functions

void get_URL (const string &host, const string &path)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ get_URL()

void get_URL ( const string host,
const string path 
)

Definition at line 9 of file webget.cc.

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 24 of file webget.cc.