Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit 4ee8a66

Browse files
mdouaihyyurishkuro
authored andcommitted
Add an HTTP Sender (#165) (#171)
* Add an HTTP Sender (#165) Support an HTTP Sender that allows to connect directly to a Collector. For instance, authentication is not supported. Signed-off-by: FR-MUREX-COM\mchaikhadouaihy <[email protected]> * * Rename Http/UDP senders to Http/UDP Transporters * Rename ThriftTransporter to ThriftSender * Add Integration Test for http Signed-off-by: FR-MUREX-COM\mchaikhadouaihy <[email protected]> * Make HTTP capital to be inline with UDP. Signed-off-by: FR-MUREX-COM\mchaikhadouaihy <[email protected]>
1 parent 11bbde1 commit 4ee8a66

38 files changed

+1287
-801
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@
4242

4343
# Log files
4444
*.log
45+
46+
# CLion folders
47+
cmake-build-debug
48+
.idea

0 commit comments

Comments
 (0)