Sir Harry Newton, 2nd Baronet
Sir Harry Kottingham Newton, 2nd Baronet (2 April 1875 – 22 June 1951) was a British Conservative politician. He was elected Member of Parliament (MP) for Harwich in 1910, a seat he held until 1922. He died in June 1951, aged 76.
Sir Harry Newton | |
---|---|
Member of Parliament for Harwich | |
In office 10 February 1910 – 15 November 1922 | |
Preceded by | Arthur Lever |
Succeeded by | Albert Hillary |
Personal details | |
Born | 2 April 1875 |
Died | 22 June 1951 76) | (aged
Political party | Conservative |
Notes
gollark: I personally think that while less complexity is good, switching to sugarless lisp would be bad.
gollark: ```haskelltype PasteCapture a = Capture "username" Text :> Capture "pasteName" Text :> atype GetPasteAPI = PasteCapture (Get '[JSON] SanitizedPaste) :<|> "raw" :> PasteCapture (Get '[PlainText] Text)type RequiresAuth a = BasicAuth "pastecan" (Entity User) :> atype UpdatePasteAPI = RequiresAuth ( PasteCapture (Delete '[PlainText] NoContent) :<|> PasteCapture (ReqBody '[JSON] SanitizedPaste :> Put '[PlainText] NoContent))type AccountsAPI = "account" :> ( ReqBody '[JSON] User :> Post '[JSON] Bool :<|> RequiresAuth (Delete '[JSON] NoContent))type API = UpdatePasteAPI :<|> GetPasteAPI :<|> AccountsAPI```I defined the API as types. It was nice.
gollark: https://osmarks.tk/git/osmarks/pastecan
gollark: We're on the Haskell Discussion discord, what did you *expect*?
gollark: I wrote a Pastebin clone (though only the backend) in Haskell, it was fine.
References
- Kidd, Charles, Williamson, David (editors). Debrett's Peerage and Baronetage (1990 edition). New York: St Martin's Press, 1990,
- Leigh Rayment's list of baronets
- Leigh Rayment's Historical List of MPs
External links
- Hansard 1803–2005: contributions in Parliament by Sir Harry Newton
Parliament of the United Kingdom | ||
---|---|---|
Preceded by Arthur Lever |
Member of Parliament for Harwich 1910–1922 |
Succeeded by Albert Hillary |
Baronetage of the United Kingdom | ||
Preceded by Alfred James Newton |
Baronet (of The Wood and Kottingham House) 1921–1951 |
Succeeded by Harry Michael Rex Newton |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.