Ogeon / rustful

[OUTDATED] A light HTTP framework for Rust
https://docs.rs/rustful
Apache License 2.0
862 stars 51 forks source link

Restructure the server module #63

Closed Ogeon closed 9 years ago

Ogeon commented 9 years ago

This divides the server module into submodules to make it a bit easier to maintain. It will also move Scheme, Host and Global from the crate root into the server module to avoid littering.

This breaks anything that uses Scheme, Host and Global directly (e.x. use rustful::Scheme will have to be changed to use rustful::server::Scheme). It should not have any other external effects.

Ogeon commented 9 years ago

@homu r+

homu commented 9 years ago

:pushpin: Commit 2e85b3d has been approved by Ogeon

Ogeon commented 9 years ago

@homu retry

Ogeon commented 9 years ago

@homu r-

Ogeon commented 9 years ago

@homu r+

homu commented 9 years ago

:pushpin: Commit 2e85b3d has been approved by Ogeon

homu commented 9 years ago

:hourglass: Testing commit 2e85b3d with merge 94a2043...

homu commented 9 years ago

:sunny: Test successful - status