View Source Ravix.Documents.Commands.RavenCommand (ravix v0.6.3)

Macro to define the basic required fields for a RavenCommand

fields

Fields

  • url: Where the command will be executed
  • method: HTTP Method
  • data: The json body payload
  • headers: HTTP headers to send to Raven
  • is_stream: If the request should be streammed
  • is_read_request: If this request is read_only

Link to this section Summary

Link to this section Functions

Link to this macro

command_type(fields)

View Source (macro)