Though note that your Worker cannot do IO in startup mode
Though note that your Worker cannot do IO in startup mode
which makes post requests and gets json as responsePOST requests aren't going to be cached by default.

wrangler tail to see if your worker is being hit or not@cache operator in the schema, which caches specific parts of the schemaINSUFFICIENT_SUBREQUESTS placement status.Cf-Cache-Status is DYNAMIC Cf-Cache-Status is HIT 
macro_rules! load_file {
($name:literal) => {
include_str!(concat!(
env!("CARGO_MANIFEST_DIR"),
"/some/path",
$name
))
};
}