mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-17 02:56:07 -04:00
added Diffbot.h
This commit is contained in:
10
Diffbot.h
Normal file
10
Diffbot.h
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
#ifndef DIFFBOT_H
|
||||
#define DIFFBOT_H
|
||||
|
||||
bool printCrawlBotPage ( TcpSocket *s ,
|
||||
HttpRequest *hr ,
|
||||
SafeBuf *injectionResponse = NULL ) ;
|
||||
bool handleDiffbotRequest ( TcpSocket *s , HttpRequest *hr ) ;
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user