Hi Yusuke,
Thanks
But they don't talk about how to develop http"s" RESTful api in REST
Linkage page.
Yi
2014-11-13 8:53 GMT+08:00 Yusuke Iwase :
> Hi,
>
> On 2014年11月05日 16:25, Yi Tseng wrote:
> > Hi
> >
> > Is there any way to develop https RESTful API by using wsgi.py in the
> ryu ?
>
> Ple
Hi,
On 2014年11月05日 16:25, Yi Tseng wrote:
> Hi
>
> Is there any way to develop https RESTful API by using wsgi.py in the ryu ?
Please refer to "REST Linkage" page in the Ryu-book.
I think it might be useful for you.
http://osrg.github.io/ryu-book/en/html/rest_api.html
>
> Because I found ss
Hi
Is there any way to develop https RESTful API by using wsgi.py in the ryu ?
Because I found ssl setting(ssl_args) in the ryu.lib.hub.StreamServer
https://github.com/osrg/ryu/blob/master/ryu/lib/hub.py#L109-L114
and WSGIServer is child of StreamServer
https://github.com/osrg/ryu/blob/master/