2022-11-07 06:21:24 +00:00
|
|
|
#pragma once
|
|
|
|
#include "uv.h"
|
|
|
|
#include "haywire.h"
|
|
|
|
|
2022-11-08 02:37:52 +00:00
|
|
|
void initialize_http_request_cache();
|
|
|
|
hw_string *get_cached_request(const char *http_status);
|
|
|
|
void http_request_cache_configure_listener(uv_loop_t *loop, uv_async_t *handle);
|
2022-11-18 03:02:30 +00:00
|
|
|
void uninit_http_request_cache();
|