Skip to content

「Rustで始めるネットワークプログラミング」 4.8節(技術書典頒布版: masterブランチ)、第4章(web販売版: web-versionブランチ)のリポジトリです。

License

teru01/mio_webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mio_webserver

Non-Blocking I/O web server with rust/mio.

How to use

$ cargo run [addr]:[port]

then connect via telnet, nc or browser

sheep

Specification

  • Return responses as HTTP 1.0.
  • Accept only HTTP 1.0 or 1.1.
  • Only accept GET method.
  • Disconnect a connection when a request and the corresponding response are exchanged.
  • Security is not considered.(directory traversal etc.)

About

「Rustで始めるネットワークプログラミング」 4.8節(技術書典頒布版: masterブランチ)、第4章(web販売版: web-versionブランチ)のリポジトリです。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published