All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.eljah.utils.ResourceGenerator Maven / Gradle / Ivy

Go to download

XSS Verifier is a library for verifying that the web application is XSS-free with Selenium

The newest version!
package com.github.eljah.utils;

import fi.iki.elonen.NanoHTTPD;

/**
 * Created by Ilya Evlampiev on 21.06.15.
 */
public interface  ResourceGenerator {
   String getResource();

    NanoHTTPD.Response responceOfResource();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy