Package: tryr 0.1.2
tryr: Client/Server Error Handling for HTTP API Frameworks
Differentiate client errors (4xx) from server errors (5xx) for the 'plumber' and 'RestRserve' HTTP API frameworks. The package also includes a built-in logging mechanism to standard output (STDOUT) or standard error (STDERR) depending on the log level.
Authors:
tryr_0.1.2.tar.gz
tryr_0.1.2.zip(r-4.5)tryr_0.1.2.zip(r-4.4)tryr_0.1.2.zip(r-4.3)
tryr_0.1.2.tgz(r-4.4-any)tryr_0.1.2.tgz(r-4.3-any)
tryr_0.1.2.tar.gz(r-4.5-noble)tryr_0.1.2.tar.gz(r-4.4-noble)
tryr_0.1.2.tgz(r-4.4-emscripten)tryr_0.1.2.tgz(r-4.3-emscripten)
tryr.pdf |tryr.html✨
tryr/json (API)
NEWS
# Install 'tryr' in R: |
install.packages('tryr', repos = c('https://analythium.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/analythium/tryr/issues
Last updated 6 months agofrom:773b2ca0f0. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 05 2024 |
R-4.5-win | OK | Nov 05 2024 |
R-4.5-linux | OK | Nov 05 2024 |
R-4.4-win | OK | Nov 05 2024 |
R-4.4-mac | OK | Nov 05 2024 |
R-4.3-win | OK | Nov 05 2024 |
R-4.3-mac | OK | Nov 05 2024 |
Exports:%+%http_errorhttp_handlerhttp_responsehttp_status_codeshttp_successhttp_tryhttp_try_handlermsg
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
HTTP Response Status Codes | http_status_codes |
Generic HTTP Response Messages | http-messages http_error http_handler http_response http_success |
Client/Server Error Handling | http-try http_try http_try_handler |
Write Logging Information to STDOUT or STDERR | %+% msg |