Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
curator
master
Curator
Api
Controller
Helpers
Base
Event
Filter
Rule
Operation
Rules
UtsRule
Operation
Forwards
Forward
Manager
HttpHandler
Relay
Transformer
Utils
Auth
RingBuffer
Built with Crystal 1.9.2
2023-10-07 19:00:16 UTC
class
Curator::HttpHandler
Curator::HttpHandler
Reference
Object
Overview
Handles the HTTP POST call for
/ingest
endpoint.
Included Modules
Curator::Api::Helpers
HTTP::Handler
Defined in:
api/http_handler.cr
Constructors
.new
(relay : Curator::Relay, auth : Curator::Utils::Auth)
Instance Method Summary
#auth
: Curator::Utils::Auth
#call
(context)
#relay
: Curator::Relay
Constructor Detail
def self.
new
(relay :
Curator::Relay
, auth :
Curator::Utils::Auth
)
#
[
View source
]
Instance Method Detail
def
auth
:
Curator::Utils::Auth
#
[
View source
]
def
call
(context)
#
[
View source
]
def
relay
:
Curator::Relay
#
[
View source
]