Advertisement
NukeVsCity

test

May 3rd, 2023
844
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.69 KB | None | 0 0
  1. {
  2.     StatusMessage = "OK",
  3.     Success = true,
  4.     StatusCode = 200,
  5.     Headers = {
  6.         Connection = "keep-alive",
  7.         ["Content-Length"] = "16",
  8.         ["Surrogate-Control"] = "no-store",
  9.         Date = "Wed, 03 May 2023 12:05:27 GMT",
  10.         Etag = "W/\"10-oV4hJxRVSENxc/wX8+mA4/Pe4tA\"",
  11.         Via = "1.1 vegur",
  12.         Expires = "0",
  13.         ["Cache-Control"] = "no-store, no-cache, must-revalidate, proxy-revalidate",
  14.         Vary = "Origin",
  15.         ["X-Powered-By"] = "Express",
  16.         Pragma = "no-cache",
  17.         ["Content-Type"] = "application/json; charset=utf-8",
  18.         Server = "Cowboy"
  19.     },
  20.     Cookies = {},
  21.     Body = {
  22.         success = true
  23.     }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement