Skip to content

Commit

Permalink
Update README.md with more specific details about az_nohttp. (Azure#1219
Browse files Browse the repository at this point in the history
)
  • Loading branch information
antkmsft authored Sep 4, 2020
1 parent 8dc7062 commit dfe1e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ By default, when building the project with no options, the following static libr
- az_noplatform
- A platform abstraction which will compile but returns 0 or does nothing for all platform calls. This ensures the project can be compiled without the need to provide any specific platform implementation. This is useful if you want to use az_core without platform specific functions like `time` or `sleep`.
- az_nohttp
- Library that provides a basic returning error when calling HTTP stack. Similar to az_noplatform, this library ensures the project can be compiled without requiring any HTTP stack implementation. This is useful if you want to use `az_core` without `az_http` functionality.
- Library that provides a no-op HTTP stack, returning `AZ_ERROR_DEPENDENCY_NOT_PROVIDED`. Similar to `az_noplatform`, this library ensures the project can be compiled without requiring any HTTP stack implementation. This is useful if you want to use `az_core` without `az_http` functionality.

The following CMake options are available for adding/removing project features.

Expand Down

0 comments on commit dfe1e0f

Please sign in to comment.