Oakfield, Ohio

Oakfield is an unincorporated community in Trumbull County, in the U.S. state of Ohio.[1]

History

Oakfield was laid out in 1838.[2] A post office was established at Oakfield in 1845, and remained in operation until 1874.[3]

gollark: ```rustuse actix_web::{web, App, HttpResponse, HttpServer};#[actix_rt::main]async fn main() -> std::io::Result<()> { let one = HttpServer::new(|| { App::new().route("/", web::get().to(|| HttpResponse::Ok())) }) .keep_alive(75); // <- Set keep-alive to 75 seconds // let _two = HttpServer::new(|| { // App::new().route("/", web::get().to(|| HttpResponse::Ok())) // }) // .keep_alive(); // <- Use `SO_KEEPALIVE` socket option. let _three = HttpServer::new(|| { App::new().route("/", web::get().to(|| HttpResponse::Ok())) }) .keep_alive(None); // <- Disable keep-alive one.bind("127.0.0.1:8088")?.run().await}```
gollark: Orbital. Laser. Strike.
gollark: Or erase his memories.
gollark: I mean, just orbital-laser-strike him any time he appears.
gollark: He can be *effectively* killed, though.

References

  1. U.S. Geological Survey Geographic Names Information System: Oakfield, Ohio
  2. Colborn, Ephraim S. (1883). History of Fairfield and Perry Counties, Ohio: Their Past and Present. Brookhaven Press. p. 259.
  3. "Perry County". Jim Forte Postal History. Retrieved 16 December 2015.



This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.