Skip to content

Instantly share code, notes, and snippets.

View maixuanhan's full-sized avatar

Han Mai maixuanhan

  • Ho Chi Minh city
View GitHub Profile
@SeanCline
SeanCline / http_listener_test.cpp
Last active May 12, 2022 04:52
A simple test of the experimental http_listener provided by the C++ REST SDK (Casablanca).
#define _CRT_SECURE_NO_DEPRECATE
#include <cpprest/http_listener.h>
#include <iostream>
#include <iomanip>
#include <sstream>
#include <thread>
#include <chrono>
#include <ctime>