nickel-org / nickel.rs

An expressjs inspired web framework for Rust

Home Page:http://nickel-org.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get server params?

oytunistrator opened this issue · comments

How am i use server or client params?

For example client ip address, browser information?

These should be available in the origin filed of the Request struct. Origin is an hyper::Request struct, which should have access to all the headers and socket address.

Closing, as this is supported in the hyper::Request struct.