{ "@context":[ "https://www.w3.org/ns/activitystreams", {"Hashtag":"as:Hashtag"} ], "published":"2025-01-07T16:29:23.710Z", "attributedTo":"https://epiktistes.com/actors/toddsundsted", "replies":"https://epiktistes.com/objects/K4XCluNvIm8/replies", "to":["https://www.w3.org/ns/activitystreams#Public"], "cc":["https://epiktistes.com/actors/toddsundsted/followers"], "content":"
what's the union of all errors that a call like HTTP::Client.get(...)
(in Crystal) might raise?
i typically rescue IO::Error
(which gets hostname lookup and socket connection problems), OpenSSL::Error
(which gets a few edge-case problems with SSL configuration on the other end), Compress::Deflate::Error
and Compress::Gzip::Error
(which gets a few even more edge-case configuration problems on the other end), and URI::Error
.
what am i missing?
", "contentMap":{ "en-US":"what's the union of all errors that a call like HTTP::Client.get(...)
(in Crystal) might raise?
i typically rescue IO::Error
(which gets hostname lookup and socket connection problems), OpenSSL::Error
(which gets a few edge-case problems with SSL configuration on the other end), Compress::Deflate::Error
and Compress::Gzip::Error
(which gets a few even more edge-case configuration problems on the other end), and URI::Error
.
what am i missing?
" }, "mediaType":"text/html", "attachment":[], "tag":[ {"type":"Hashtag","name":"#crystallang","href":"https://epiktistes.com/tags/crystallang"} ], "type":"Note", "id":"https://epiktistes.com/objects/8ORFmVeSimU" }