[−][src]Module grammarly::request
The request structures. The grammarly request.
Structs
| ApiKey | Grammarly's api key strong type. |
| HttpRequest | The http request object. Used to pack grammarly request so that
it can be used to send requests from other request crates ( |
| Request | The request object. Used to send data to the service. |
Enums
| EnglishLanguageVariation | Represents an English language variation. |
| HttpRequestMethod | An HTTP method. |
| Language | Represents the language to be passed to the service. |
Constants
| GRAMMARLY_CHECK_URL | The URL to send the requests to. |