Sha256: 5f76dde36ece89311d8f0563f3d2e1ee480db08922648400db9fc70cdf57e91e

Contents?: true

Size: 274 Bytes

Versions: 6

Compression:

Stored size: 274 Bytes

Contents

//
//    wax_http.h
//    Rentals
//
//    Created by ProbablyInteractive on 7/13/09.
//    Copyright 2009 Probably Interactive. All rights reserved.
//

#import <UIKit/UIKit.h>
#import "lua.h"

#define WAX_HTTP_METATABLE_NAME "wax.http"

int luaopen_wax_http(lua_State *L);

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
candle-0.0.7 lib/candle/generators/lua/wax/lib/extensions/HTTP/wax_http.h
candle-0.0.6 lib/candle/generators/lua/wax/lib/extensions/HTTP/wax_http.h
candle-0.0.4 lib/candle/generators/lua/wax/lib/extensions/HTTP/wax_http.h
candle-0.0.3 lib/candle/generators/lua/wax/lib/extensions/HTTP/wax_http.h
candle-0.0.2 lib/candle/generators/lua/wax/lib/extensions/HTTP/wax_http.h
candle-0.0.1 lib/candle/generators/lua/wax/lib/extensions/HTTP/wax_http.h