Registry / web-framework / syro
library3.2.1rbrubygemsunverified

Simple router for web applications.

gem install syro
INSTALL
IMPORT
SIG · SYRO
S
syro
web-frameworkrubyv3.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Syro
require 'syro'

Create a simple web router with Syro

require 'syro' app = Syro.new do get '/' do res.write 'Hello, world!' end end app.call(env)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.2.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
6
Amazon
1
Resources
syro — gem install syro · libregistry