How to send http request to my local service?

I am using Travis-CI and Github Classroom for the auto-grading purpose. In the current phase, I use a bash file to run test cases, once the build complete, I hope I can get the log files in my local server, then I can compute and then store the final scores according to the log.

Is there any way to send the log to a custom server?