Interface IHttpFetchResponse

All Known Implementing Classes:
HttpFetchClientResponse

public interface IHttpFetchResponse
Since:
3.0.0
Author:
Pascal Essiembre
  • Method Details

    • getCrawlState

      CrawlState getCrawlState()
    • getStatusCode

      int getStatusCode()
    • getReasonPhrase

      String getReasonPhrase()
    • getUserAgent

      String getUserAgent()
    • getException

      Exception getException()
    • getRedirectTarget

      String getRedirectTarget()