issues
search
joostvunderink
/
angular-jsonrpc-client
A JSON-RPC 2.0 client for AngularJS
MIT License
26
stars
20
forks
source link
Feature/set headers at runtime
#11
Closed
joostvunderink
closed
8 years ago
joostvunderink
commented
8 years ago
Added new method
jsonrpc.setHeaders(serverName, headers)
to set headers at runtime.
These headers are added on top of the extra headers from the configuration phase.
These headers will overwrite, if present, headers with the same name from the configuration phase.
jsonrpc.setHeaders(serverName, headers)
to set headers at runtime.