#include "NasalHTTP.hxx"
#include <Main/globals.hxx>
#include <Network/HTTPClient.hxx>
#include <simgear/io/HTTPFileRequest.hxx>
#include <simgear/io/HTTPMemoryRequest.hxx>
#include <simgear/nasal/cppbind/from_nasal.hxx>
#include <simgear/nasal/cppbind/to_nasal.hxx>
#include <simgear/nasal/cppbind/NasalHash.hxx>
#include <simgear/nasal/cppbind/Ghost.hxx>
Go to the source code of this file.
◆ NasalFileRequest
◆ NasalMemoryRequest
◆ NasalRequest
typedef nasal::Ghost<simgear::HTTP::Request_ptr> NasalRequest |
◆ f_http_load()
static naRef f_http_load |
( |
const nasal::CallContext & | ctx | ) |
|
|
static |
◆ f_http_save()
static naRef f_http_save |
( |
const nasal::CallContext & | ctx | ) |
|
|
static |
◆ f_request_abort()
static naRef f_request_abort |
( |
simgear::HTTP::Request & | , |
|
|
const nasal::CallContext & | ctx ) |
|
static |
◆ initNasalHTTP()
naRef initNasalHTTP |
( |
naRef | globals, |
|
|
naContext | c ) |
◆ requireHTTPClient()
FGHTTPClient & requireHTTPClient |
( |
const nasal::ContextWrapper & | ctx | ) |
|