-
Notifications
You must be signed in to change notification settings - Fork 42
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
Update README #51
Comments
One option is to make |
@phadej do you think we should restructure modules? Currently we have
And I would like to add some support for How about making
|
👍
…Sent from my iPhone
On 21 Feb 2018, at 15.30, Nickolay Kudasov ***@***.***> wrote:
@phadej do you think we should restructure modules?
Currently we have
Web
├── FormUrlEncoded
├── HttpApiData
└── Internal
├── FormUrlEncoded
└── HttpApiData
And I would like to add some support for multipart/form-data soon.
It might be good to restructure modules in the same release we add that.
How about making Web.HttpApiData main module like this?
Web
└── HttpApiData
├── Internal
│ ├── FormUrlEncoded
│ ├── HttpApiData
│ └── MultiPartFormData
├── FormUrlEncoded
├── HttpApiData
├── MultiPartFormData
└── Tutorial
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
README does not currently mention
Form
,LenientData
or any of the useful helper functions.Also it does not get typechecked. We should probably update README to give an up-to-date description of what this package provides.
The text was updated successfully, but these errors were encountered: