type HTTPJob struct {
// The identifier of the job. JobId string// The HTTP request method. RequestMethod string// The HTTP request URL. RequestURL string// The HTTP request body. RequestBody []byte
}
Represents an HTTP request job from a SaladCloud job queue.