Re: How can I dynamically set http headers using RDFConnectionRemote

2019-05-23 Thread Andy Seaborne
On 23/05/2019 09:05, 刑天 wrote: I'm using RDFConnectionRemote via Spring as a singleton component, I'm designing a http proxy which redirect query through http header. So I want to dynamically set http headers for every query I issued. How can I do that? Hi there, RDFConnectionRemote is b

How can I dynamically set http headers using RDFConnectionRemote

2019-05-23 Thread 刑天
I'm using RDFConnectionRemote via Spring as a singleton component, I'm designing a http proxy which redirect query through http header. So I want to dynamically set http headers for every query I issued. How can I do that?