Sha256: 5459684c528e57da1d57cc1231c36f833ba5b94c062fcd28dbc95e21e0839f5d
Contents?: true
Size: 343 Bytes
Versions: 76
Compression:
Stored size: 343 Bytes
Contents
/* * Dispatcher.h * rhorunner * * Created by vlad on 9/29/08. * Copyright 2008 __MyCompanyName__. All rights reserved. * */ typedef struct __Route { char* _application; char* _model; char* _id; char* _action; } Route, * RouteRef; int ServeIndex(HttpContextRef context, char* index_name); int Dispatch(HttpContextRef context);
Version data entries
76 entries across 76 versions & 1 rubygems