Skip to content

harel/nameko-cors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

nameko-cors

Cors Support for Nameko HTTP

Written following this github issue (and borrowing heavily from that post): nameko/nameko#309

Example

@cors_http('GET', '/some/path/')
def some_request(self, request):
    """
    Do a get request with CORS 
    """
    return self.response(data={'some': 'value'})

Releases

No releases published

Packages

No packages published

Languages