代码搜索:httpServer

找到约 591 项符合「httpServer」的源代码

代码结果 591
www.eeworm.com/read/176362/9501060

cpp httpserver.cpp

#include "stdafx.h" #include "HttpServer.h" #include "HttpSocketHandler.h" ///////////////////////////////////////////////////////////////////////////// // HttpServer // // #DGH // note:
www.eeworm.com/read/176362/9501096

h httpserver.h

#if !defined(HttpServer_H) #define HttpServer_H #include "HttpRequest.h" #include "HttpServerInfo.h" #include "ServerSocketHandler.h" #include "HttpSocketHandler.h" #include "TextFile.h" #inc
www.eeworm.com/read/169161/9877865

cpp httpserver.cpp

/**************************************************************************************** * /////////////////////////////////////////////////////////////////////////////////////// * Original Filenam
www.eeworm.com/read/169161/9877874

h httpserver.h

/**************************************************************************************** * /////////////////////////////////////////////////////////////////////////////////////// * Original Filenam
www.eeworm.com/read/355288/10280336

pm httpserver.pm

#!/usr/bin/perl -w package HTTPServer; use strict; use HTTP::Daemon; use HTTP::Status; use HTTP::Headers; use HTTP::Response; our @ISA=qw(HTTP::Daemon); my $VERSION = 0.01; my $CRLF = "\015\012";
www.eeworm.com/read/351820/10607051

c httpserver.c

#include "httpserver.h" #define Limit 10240 #define Maxsize 1024 int sd; int child = 0; int port = 80; char *dir; char arg[1024]; sigset_t sigset; void sigchld(int x) { signal(SIGCHLD, sigchld);
www.eeworm.com/read/351820/10607066

h httpserver.h

#ifndef __HTTPSERVER_H__ #define __HTTPSERVER_H__ #include #include #include #include #include #include #include #include
www.eeworm.com/read/421879/10682920

java httpserver.java

/** * Title: * Description: * Copyright: Copyright (c) * Company: * @version 1.0 */ import java.net.*; import java.io.*; import java.util.*; public class HTTP
www.eeworm.com/read/159070/10697750

cpp httpserver.cpp

#include "stdafx.h" #include "HttpServer.h" #include "HttpSocketHandler.h" ///////////////////////////////////////////////////////////////////////////// // HttpServer // // #DGH // note:
www.eeworm.com/read/159070/10697768

h httpserver.h

#if !defined(HttpServer_H) #define HttpServer_H #include "HttpRequest.h" #include "HttpServerInfo.h" #include "ServerSocketHandler.h" #include "HttpSocketHandler.h" #include "TextFile.h" #inc