Neverlose
  • Welcome
  • Official Website
  • Useful information
    • 📲Quick start
    • â›Šī¸Common knowledge
    • 🧠Examples
      • âš™ī¸Materials
      • âš™ī¸Color
      • âš™ī¸Vector
      • âš™ī¸ESP
      • âš™ī¸ConVars
      • âš™ī¸UI
  • Documentation
    • 📓Events
    • âš™ī¸Variables
      • 🌎_G
      • đŸ—„ī¸bit
      • 🌈color
      • ⌚common
      • 🎲cvar
      • 💾db
      • 👾entity
      • 👩‍đŸ’ģesp
      • đŸ—ŗī¸events
      • 📂files
      • 📎globals
      • 🔓json
      • ✨materials
      • đŸ”ĸmath
      • đŸ’ģui
      • â˜ī¸network
      • 🌃panorama
      • đŸ’ĸrage
      • 🎨render
      • 🧰utils
      • 📍vector
Powered by GitBook
On this page
  • Functions:
  • get
  • post
  1. Documentation
  2. Variables

network

Functions:

get

network.get(url: string[, headers: table, callback: function]): string

Name
Type
Description

url

string

URL

headers

table

Headers

callback

function

Callback

Sends a GET request to the URL.

post

network.post(url: string[, data: table, headers: table, callback: function]): string

Name
Type
Description

url

string

URL

data

table

Post data

headers

table

Headers

callback

function

Callback

Sends a POST request to the URL.

PreviousuiNextpanorama

Last updated 2 years ago

âš™ī¸
â˜ī¸