Skip to content

gaohao/rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rs

A Simple RESTful framework for python3
Build Status

How to use:

import rs  
@rs.path('/hello')  
@rs.get  
def helloservice(self):  
	return 'hello world!'  
application = rs.application()  
application.run('', 8001, debug=False)  

You can try http://localhost:8001/hello

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages