Skip to content

Restructure docs #52

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

Closed
wants to merge 1 commit into from
Closed

Restructure docs #52

wants to merge 1 commit into from

Conversation

sagikazarmark
Copy link
Member

No description provided.

@@ -12,8 +15,15 @@ these details can be separated from the actual requests.
$ composer require php-http/message
```

## Authentication
Copy link
Contributor

Choose a reason for hiding this comment

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

i would split the message documentation into one page per aspect: auth, stream, decorator, factory, cookie. those docs are not very closely related, and will grow over time.

Copy link
Contributor

Choose a reason for hiding this comment

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

I agree: roughly equivalent to the php-http/message directory listing.

@sagikazarmark
Copy link
Member Author

Closing this as there are other PRs providing similar restructuring and we are moving to Sphinx anyway.

@sagikazarmark sagikazarmark deleted the merge_tree branch January 2, 2016 12:21
@@ -9,20 +9,18 @@ In both cases, the `Http\Client\HttpClient` provides a `sendRequest` method to s
and returns a PSR-7 `ResponseInterface`or throws an exception that implements `Http\Client\Exception`.

There is also the `Http\Client\HttpAsyncClient` which provides the `sendAsyncRequest` method to send
a request asynchronously and returns a `Http\Client\Promise`.
a request asynchronously and returns a `Http\Promise\Promise`.
Copy link
Contributor

Choose a reason for hiding this comment

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

did this fix make it to master?

Copy link
Member Author

Choose a reason for hiding this comment

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

Nope

Copy link
Contributor

Choose a reason for hiding this comment

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

#61

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.

3 participants