Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about restrserve

Read more about restrserve

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - restrserve

R RestRserve Add Etag to static path

Let's say I have a REST API using RestRserve like this, is there a way to add an Etag to enable caching on cloud services? writeLines("Hello World", "myfile.txt") app <- Applic...
test-img

David

r

etag

restrserve

Votes: 0

Answers: 1

Latest Answer

As of RestRserve version 1.1.1 (on CRAN), there is an ETag Middleware class. Use it like so: # ... code like before etag <- ETagMiddleware$new() app$append_middleware(etag) # ... See also https:/...
test-img

David

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved