RyoheiYamamoto / simple-java-http-server

僕が頑張ってhtttpサーバーをつくるリポジトリ
MIT License
0 stars 0 forks source link

STEP8. 画像を返せるようにしよう! #9

Open yukiwakisaka opened 7 years ago

yukiwakisaka commented 7 years ago
YutoEguma commented 7 years ago
yukiwakisaka commented 7 years ago

画像表示用のhtmlファイルを作成

yukiwakisaka commented 7 years ago

OutputStream::write(byte []) でレスポンスを返す って伝わるかな..?

yukiwakisaka commented 7 years ago

そのサーバにあるファイルだけMIMEが返せればOK image/jpg が追加されている (resouces/STEP8のdirを掘る)