Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ping controller online #23

Merged
merged 15 commits into from
Mar 27, 2017
Merged

Ping controller online #23

merged 15 commits into from
Mar 27, 2017

Conversation

mastanca
Copy link
Collaborator

Create initial server architecture.

Set C standard to C99.

Create controller, response and request classes.

Create pingcontroller.

Close #14

@mastanca mastanca added this to the Checkpoint 1 milestone Mar 25, 2017
server.start();

while (running) {
sleep(10);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No escala papu

std::string body = getBody();
std::ostringstream data;

data << "HTTP/1.0 " << code << "\n";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Estamos en la B


virtual bool hasHeader(std::string key);

protected:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

class X {
private:
protected:
public:
}

No al reves :D

@saantiaguilera saantiaguilera merged commit 5890f4d into master Mar 27, 2017
@saantiaguilera saantiaguilera deleted the develop branch March 27, 2017 22:39
@mastanca mastanca restored the develop branch March 28, 2017 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants